| commit | 0ea5d9825f887825fc34e4a63439bc48f336bd33 | [log] [tgz] | 
|---|---|---|
| author | Michael Hablich <hablich@chromium.org> | Wed Sep 14 02:40:39 2016 | 
| committer | Michael Hablich <hablich@chromium.org> | Wed Sep 14 02:41:48 2016 | 
| tree | 064fa5a3c63752dd7858e0c06d07eecacdf24f7d | |
| parent | bcdf8d66a316cab5ada0c432d253416cdb0d09c2 [diff] | 
Version 5.5.177.1 (cherry-pick) Merged f85af183e41a7a58ccf7419b985d9247f1c18c04 Revert of [heap] Enable black allocation when finalizing incremental marking. (patchset #6 id:100001 of https://codereview.chromium.org/2239733002/ ) BUG=chromium:630386 LOG=N TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/2344453002 . Cr-Commit-Position: refs/heads/5.5.177@{#2} Cr-Branched-From: c9864173f145c14866bcbf94759c53aa65847291-refs/heads/master@{#39384}
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.