commit | 93187c2f0ab6b040c6b2b25be424b968534caa0a | [log] [tgz] |
---|---|---|
author | Michael Achenbach <machenbach@chromium.org> | Tue Apr 12 08:09:45 2016 |
committer | Michael Achenbach <machenbach@chromium.org> | Tue Apr 12 08:12:17 2016 |
tree | b0336344d1628bac75a5b265606d96a6b309db82 | |
parent | 0ad2a7f12bcdf7d9263c8007c3da3d74d6d78c65 [diff] |
Version 5.2.7.1 (cherry-pick) Merged f021b7ca8f41c22317df57896480f52b9a9f1bdc Revert of Visit the Optimized Code Map on first call rather than closure creation. (patchset #7 id:120001 of https://codereview.chromium.org/1670143002/ ) TBR=mvstanton@chromium.org BUG= Review URL: https://codereview.chromium.org/1881743003 . Cr-Commit-Position: refs/heads/5.2.7@{#2} Cr-Branched-From: 58429beb7b030805197c8968bcae4b2c20127804-refs/heads/master@{#35397}
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.