commit | 3c6783109ce9167345ebcf5858e794b3a913b9ef | [log] [tgz] |
---|---|---|
author | Michael Hablich <hablich@chromium.org> | Mon Apr 11 10:49:45 2016 |
committer | Michael Hablich <hablich@chromium.org> | Mon Apr 11 10:52:11 2016 |
tree | 854a7093f694220e331e7e3b2b6293c3a6145e00 | |
parent | d9c1109395f673b57af2ed388d2e17b7728fcd43 [diff] |
Version 5.0.71.32 (cherry-pick) Merged 946354a7af0b328673ff3b7d7c08ab27c264a2b1 Ensure no lazy deopts into TurboFan code with deopt entries with no AstID BUG=595259 LOG=N R=jarin@chromium.org, danno@chromium.org Review URL: https://codereview.chromium.org/1875053002 . Cr-Commit-Position: refs/branch-heads/5.0@{#39} Cr-Branched-From: ad16e6c2cbd2c6b0f2e8ff944ac245561c682ac2-refs/heads/5.0.71@{#1} Cr-Branched-From: bd9df50d75125ee2ad37b3d92c8f50f0a8b5f030-refs/heads/master@{#34215}
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.