Bug 172181

Summary: We still write to the sizeRegister even when we don't have to
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: NEW    
Severity: Normal CC: benjamin, fpizlo, ggaren, gskachkov, jfbastien, keith_miller, mark.lam, msaboff, ticaiolima, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Saam Barati
Reported 2017-05-16 11:51:05 PDT
e.g, when we're signaling.
Attachments
Saam Barati
Comment 1 2017-05-16 11:51:39 PDT
And code just assumes it can use the sizeRegister as scratch, so the patchpoint that does the call clobbers the size register. But we should do better here.
Note You need to log in before you can comment on or make changes to this bug.