commit | 8de7235cafa2b8a0666682f052e6ad46caf89e41 | [log] [tgz] |
---|---|---|
author | mbrandy <mbrandy@us.ibm.com> | Wed Sep 30 21:07:13 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 30 21:07:30 2015 |
tree | bbb9f07a884293ff0cd3c8a64b8f999d8cd7a974 | |
parent | c2c6323218ecdd30d8b1ed304c69d7643612fe85 [diff] |
PPC: [turbofan] Call ArgumentsAccessStub to materialize arguments. Port 9b12ec9ac2aff2978d05df775ce621ba4d90cbe8 Original commit message: This lowers JSCreateArgument nodes to call the ArgumentsAccessStub for help with materializing arguments objects when possible. Along the way this changes the calling convention of said stub to take parameters in registers instead of on the stack. R=mstarzinger@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com BUG= Review URL: https://codereview.chromium.org/1376303002 Cr-Commit-Position: refs/heads/master@{#31033}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://code.google.com/p/v8/
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned on the V8 wiki.