| commit | 98f000d6290f110d85c2561f40b229009923488a | [log] [tgz] | 
|---|---|---|
| author | Michael Stanton <mvstanton@chromium.org> | Thu May 28 12:17:52 2015 | 
| committer | Michael Stanton <mvstanton@chromium.org> | Thu May 28 12:18:09 2015 | 
| tree | 4714060575f033fc8265cd170f4b69e6eb7a8cca | |
| parent | 8bb985149b9d83772981f633fa26a7f17b84b77c [diff] | 
Version 4.4.63.3 (cherry-pick) Merged de3a1ca02eb0f3c89ddaefbac98e0c4fce3e606c Bug: Runtime_GrowArrayElements provoked unnecessary lazy deopt. BUG=488398 LOG=N R=jarin@chromium.org Review URL: https://codereview.chromium.org/1145343004 Cr-Commit-Position: refs/branch-heads/4.4@{#6} Cr-Branched-From: 2e4c5505e85d94b520e853dda3f0cc3f2769e5f0-refs/heads/4.4.63@{#1} Cr-Branched-From: 0208b8e3a1d7ce393308866386ac8d94f85faa05-refs/heads/master@{#28333}
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/*