Bug 122666

Summary: Fix handling of indirect stackmap locations in FTL OSR exit
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: atrick, barraclough, ggaren, mark.lam, mhahnenberg, msaboff, nrotem, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 122487    
Attachments:
Description Flags
the patch mhahnenberg: review+

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.