commit | 7a615a4596cc9e255d1e285825c79f7ca79eb8c0 | [log] [tgz] |
---|---|---|
author | mstarzinger <mstarzinger@chromium.org> | Wed Jul 01 12:29:27 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 01 12:29:44 2015 |
tree | 44a9f05ed33c37dfd7b90cd0f4f790b0c04bd6a1 | |
parent | 5c278f632cafd0e20b960481553ece017de5da19 [diff] |
[turbofan] Support preserving of optimized code maps over GCs. This extends the existing support for --noflush-optimized-code-cache mechanism to the newly added context-independent code entry in the optimized code map. Note that this machanism is still off by default. R=hpayer@chromium.org Review URL: https://codereview.chromium.org/1220883002 Cr-Commit-Position: refs/heads/master@{#29415}
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/*