commit | ecd4086cf0dd20ea31179dffb95bb722518d8b1d | [log] [tgz] |
---|---|---|
author | oth <oth@chromium.org> | Sat Jun 04 09:46:55 2016 |
committer | Commit bot <commit-bot@chromium.org> | Sat Jun 04 09:48:06 2016 |
tree | 5bc518b3c000e9e05202b7dbdb0eff5afa043b27 | |
parent | ac03c63c28cd08eb717566166ffb667a741ee71a [diff] |
[interpreter] Faster and fewer flushes in register optimizer. This change requires a single pass over the register set during bytecode pipeline flushes. A few bytecode tests are updated too because the order of register flushes is different. BUG=v8:4280 LOG=N Review-Url: https://codereview.chromium.org/2033013002 Cr-Commit-Position: refs/heads/master@{#36726}
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://github.com/v8/v8/wiki
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.