Bug 147461 - jsc-tailcall: Eliminate rdi from temp register list for X86-64 Windows
Summary: jsc-tailcall: Eliminate rdi from temp register list for X86-64 Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 146946
  Show dependency treegraph
 
Reported: 2015-07-30 15:36 PDT by Michael Saboff
Modified: 2015-09-14 10:57 PDT (History)
1 user (show)

See Also:


Attachments
Patch (16.84 KB, patch)
2015-07-30 15:49 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-07-30 15:36:28 PDT
For the X86-64 Windows platform, the rid register is a callee save registers and therefore shouldn't be considered a temp register.
Comment 1 Michael Saboff 2015-07-30 15:49:22 PDT
Created attachment 257862 [details]
Patch
Comment 2 Michael Saboff 2015-07-30 20:41:00 PDT
Committed r187637: <http://trac.webkit.org/changeset/187637>
Comment 3 Csaba Osztrogonác 2015-09-14 10:57:56 PDT
Comment on attachment 257862 [details]
Patch

Cleared review? from attachment 257862 [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).