NEW 239259
[JSC] Optimize the SSA conversion phase
https://bugs.webkit.org/show_bug.cgi?id=239259
Summary [JSC] Optimize the SSA conversion phase
Robin Morisset
Reported 2022-04-12 15:41:12 PDT
It uses the classic algorithm from 1991, and some new ones in the literature claim to be roughly 2x faster. Since it is a significant part of the compile-time of the FTL, updating it should have a beneficial impact.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-04-19 15:42:12 PDT
Note You need to log in before you can comment on or make changes to this bug.