commit | d8b31d881fe5bd118d748e962de1925b78d89563 | [log] [tgz] |
---|---|---|
author | mbrandy <mbrandy@us.ibm.com> | Thu Jul 30 07:28:37 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jul 30 07:28:54 2015 |
tree | c66bcb709f0b338f7c72440a488a300d878f6e92 | |
parent | 2c16d81b256ed664c376342313558a37bbce0131 [diff] |
PPC: [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. Port 5dff4bdff06c0463db1e876af7541af2b715392c Original commit message: No need to pass the name explicitly to the stubs; the runtime can extract the name from the ScopeInfo (the extension of the ScriptContext) on-demand easily without any performance impact. R=bmeurer@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com BUG= NOTREECHECKS=true Review URL: https://codereview.chromium.org/1258273002 Cr-Commit-Position: refs/heads/master@{#29906}
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/*