RESOLVED FIXED Bug 115942
fourthTier: FTL should support Jump and ForceOSRExit
https://bugs.webkit.org/show_bug.cgi?id=115942
Summary fourthTier: FTL should support Jump and ForceOSRExit
Filip Pizlo
Reported 2013-05-10 16:12:30 PDT
Patch forthcoming.
Attachments
work in progress (9.15 KB, patch)
2013-05-10 16:13 PDT, Filip Pizlo
no flags
the patch (12.46 KB, patch)
2013-05-11 10:21 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2013-05-10 16:13:04 PDT
Created attachment 201435 [details] work in progress This makes v8-raytrace fail. Will investigate why.
Filip Pizlo
Comment 2 2013-05-11 10:21:27 PDT
Created attachment 201461 [details] the patch
Filip Pizlo
Comment 3 2013-05-11 10:22:41 PDT
Comment on attachment 201461 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=201461&action=review > Source/JavaScriptCore/ftl/FTLCapabilities.cpp:91 > + case Array::ForceExit: > + return true; Note, this is the reason why this code was moved into a separate function: I wanted to be able to treat ForceExit as being OK immediately; and there was no easy way to do it with the way the control flow was nested previously.
Filip Pizlo
Comment 4 2013-05-11 14:07:28 PDT
Note You need to log in before you can comment on or make changes to this bug.