commit | 5d06548208b338b6dd5f84cb6b94ccc47985abdc | [log] [tgz] |
---|---|---|
author | ulan <ulan@chromium.org> | Fri Feb 19 18:45:38 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 19 18:46:22 2016 |
tree | 4e7fb9915fd3e5b53d7ba547a1a1793d691d514a | |
parent | 67f75e30da463299b6b29690370c22a8f388db59 [diff] |
[turbofan] Fix write barrier handling of map values. We cannot omit flag check with kPointersToHereAreInterestingMask for maps because incremental marker dynamically sets and clears the flag. BUG=chromium:587004 LOG=NO Review URL: https://codereview.chromium.org/1714513003 Cr-Commit-Position: refs/heads/master@{#34165}
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.