Bug 141660 - FTL LoadVarargs should just pass the pointer to the buffer on the stack rather than computing a VirtualRegister
Summary: FTL LoadVarargs should just pass the pointer to the buffer on the stack rathe...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 141332
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-16 12:50 PST by Filip Pizlo
Modified: 2015-02-16 12:58 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2015-02-16 12:50:33 PST
Computing the VirtualRegister of the machineStart is pretty dirty.  It would be great not to do that.