RESOLVED FIXED 128234
Make FTL OSR entry something we only try after we've already compiled the function with the FTL and it still got stuck in a loop after that without ever returning like a sensible function oughta have
https://bugs.webkit.org/show_bug.cgi?id=128234
Summary Make FTL OSR entry something we only try after we've already compiled the fun...
Filip Pizlo
Reported 2014-02-04 21:44:29 PST
Patch forthcoming. This appears to still give us a speed-up on the kinds of things that OSR entry is good for, while also eliminating pointless OSR entry compilations on other things.
Attachments
work in progress (11.06 KB, patch)
2014-02-04 21:55 PST, Filip Pizlo
no flags
the patch (11.11 KB, patch)
2014-02-05 22:27 PST, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2014-02-04 21:55:25 PST
Created attachment 223211 [details] work in progress Still needs testing. The approach still feels shady.
Filip Pizlo
Comment 2 2014-02-05 22:27:01 PST
Created attachment 223309 [details] the patch
Geoffrey Garen
Comment 3 2014-02-05 22:30:39 PST
Comment on attachment 223309 [details] the patch r=me
Filip Pizlo
Comment 4 2014-02-05 23:32:41 PST
Note You need to log in before you can comment on or make changes to this bug.