commit | 6431c3939e92e720de8f5c13c3c6a045ea398617 | [log] [tgz] |
---|---|---|
author | ulan <ulan@chromium.org> | Thu Mar 26 15:54:51 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 26 15:54:56 2015 |
tree | 701346b0a5d5db01a58614f43fca4a44ec95951b | |
parent | a45a1de7aafcc048118a60fdcba8d1d9d8be9fcf [diff] |
Revert "Reland "Allow compaction when incremental marking is on."" This reverts commit 89ba65fd4970130eea02b675e448a8219ae3d0dd. Reason: crash in v8.detached_context_age_in_gc benchmark. BUG=chromium:450824 LOG=NO NOTRY=true NOTREECHECKS=true TBR=hpayer@chromium.org Review URL: https://codereview.chromium.org/1034203002 Cr-Commit-Position: refs/heads/master@{#27483}
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/*