Bug 151041 - Need a function that will provide Nth argument register
Summary: Need a function that will provide Nth argument register
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 10:45 PST by Michael Saboff
Modified: 2015-11-09 11:39 PST (History)
0 users

See Also:


Attachments
Patch (1.58 KB, patch)
2015-11-09 10:53 PST, Michael Saboff
fpizlo: 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-11-09 10:45:16 PST
As part of the register calling convention as well as the B3 work, we need a function that will provide the Nth architected argument register in a platform neutral way.
Comment 1 Michael Saboff 2015-11-09 10:53:51 PST
Created attachment 265071 [details]
Patch
Comment 2 Michael Saboff 2015-11-09 11:39:23 PST
Committed r192168: <http://trac.webkit.org/changeset/192168>