Bug 149335

Summary: Remove register preservation and restoration stub code
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: Other   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch with Speculative CMake Build Fix
mark.lam: review+
Patch with deletion of more related code mark.lam: review+

Description Michael Saboff 2015-09-17 22:01:42 PDT
With the landing of the callee saves patch in change set r189575: <http://trac.webkit.org/changeset/189575>, there is no longer a need for register preservation and restoration thunks and the code that generates them.
Comment 1 Michael Saboff 2015-09-17 22:20:34 PDT
Created attachment 261491 [details]
Patch
Comment 2 Michael Saboff 2015-09-17 22:38:33 PDT
Created attachment 261493 [details]
Patch with Speculative CMake Build Fix
Comment 3 Mark Lam 2015-09-18 08:28:02 PDT
Comment on attachment 261493 [details]
Patch with Speculative CMake Build Fix

r=me
Comment 4 Michael Saboff 2015-09-18 09:03:08 PDT
Created attachment 261504 [details]
Patch with deletion of more related code
Comment 5 Mark Lam 2015-09-18 09:08:57 PDT
Comment on attachment 261504 [details]
Patch with deletion of more related code

r=me
Comment 6 Michael Saboff 2015-09-18 09:21:21 PDT
Committed r189967: <http://trac.webkit.org/changeset/189967>