Bug 148652 - jsc-tailcall: Need to handle all architected callee saves for ARM64
Summary: jsc-tailcall: Need to handle all architected callee saves for ARM64
Status: RESOLVED DUPLICATE of bug 148666
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: iPhone / iPad All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 148640
  Show dependency treegraph
 
Reported: 2015-08-31 16:00 PDT by Michael Saboff
Modified: 2015-09-14 11:02 PDT (History)
1 user (show)

See Also:


Attachments
Patch (31.85 KB, patch)
2015-09-02 15:15 PDT, Michael Saboff
no flags 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-08-31 16:00:46 PDT
The ARM64 calling convention defines 10 callee save registers.  Prior to the tail call work, we only handled at most 3 of those 10 register.
Comment 1 Basile Clement 2015-08-31 18:13:03 PDT

*** This bug has been marked as a duplicate of bug 148666 ***
Comment 2 Michael Saboff 2015-09-02 15:15:55 PDT
Created attachment 260445 [details]
Patch
Comment 3 Michael Saboff 2015-09-03 12:56:38 PDT
Committed r189280: <http://trac.webkit.org/changeset/189280>
Comment 4 Csaba Osztrogonác 2015-09-14 11:02:15 PDT
Comment on attachment 260445 [details]
Patch

Cleared review? from attachment 260445 [details] so that this bug does not appear in http://webkit.org/pending-review.  If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).