RESOLVED FIXED 122666
Fix handling of indirect stackmap locations in FTL OSR exit
https://bugs.webkit.org/show_bug.cgi?id=122666
Summary Fix handling of indirect stackmap locations in FTL OSR exit
Filip Pizlo
Reported 2013-10-11 11:44:33 PDT
Patch forthcoming.
Attachments
the patch (4.59 KB, patch)
2013-10-11 11:47 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2013-10-11 11:47:53 PDT
Created attachment 214008 [details] the patch
Mark Hahnenberg
Comment 2 2013-10-11 16:54:19 PDT
Comment on attachment 214008 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=214008&action=review r=me > Source/JavaScriptCore/ftl/FTLOSRExitCompiler.cpp:70 > + jit.push(GPRInfo::regT0); Might be good to comment why we're seemingly randomly pushing here.
Filip Pizlo
Comment 3 2013-10-11 18:31:58 PDT
Note You need to log in before you can comment on or make changes to this bug.