Bug 149335 - Remove register preservation and restoration stub code
Summary: Remove register preservation and restoration stub code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 22:01 PDT by Michael Saboff
Modified: 2015-09-18 09:21 PDT (History)
0 users

See Also:


Attachments
Patch (48.55 KB, patch)
2015-09-17 22:20 PDT, Michael Saboff
no flags Details | Formatted Diff | Diff
Patch with Speculative CMake Build Fix (49.03 KB, patch)
2015-09-17 22:38 PDT, Michael Saboff
mark.lam: review+
Details | Formatted Diff | Diff
Patch with deletion of more related code (52.18 KB, patch)
2015-09-18 09:03 PDT, Michael Saboff
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>