commit | 4d6c4a3e22dadaab89a1fded92a0423b1ca9f035 | [log] [tgz] |
---|---|---|
author | mlippautz <mlippautz@chromium.org> | Tue Sep 15 14:58:44 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 15 14:58:54 2015 |
tree | fe8425f1ad96a7cb46f4f153b05c911d79d09773 | |
parent | e2f1c26982f57411571c4ce41d02f7d56501b208 [diff] |
Add barriers to atomic utils. Loads get an acquire, store/cas a release. Increment gets a full barrier. R=hpayer@chromium.org BUG= Review URL: https://codereview.chromium.org/1343883004 Cr-Commit-Position: refs/heads/master@{#30751}
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/*
Please follow the instructions mentioned on the V8 wiki.