| commit | 2ab864dc5d92ab2467b981676d28b59dd683e5f5 | [log] [tgz] | 
|---|---|---|
| author | v8-autoroll <v8-autoroll@chromium.org> | Sat Dec 20 02:06:09 2014 | 
| committer | v8-autoroll <v8-autoroll@chromium.org> | Sat Dec 20 02:06:44 2014 | 
| tree | 7ae44fd976c09eb841756c9275bf59180c5786cc | |
| parent | 7d665e9bab1a56ff5c8e68d6595abb830a96af8f [diff] | 
Version 3.31.68 (based on 1f1329d960fcd8bb21223cb0ed0825f9c5e89e21)
[turbofan] Fix unsafe out-of-bounds check for checked loads/stores (Chromium issue 443744).
Performance and stability improvements on all platforms.
Cr-Commit-Position: refs/heads/candidates@{#25343}
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 origingclient 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/*