commit | 41a193b441e311e6a2b0e7751e523ec886ed17d5 | [log] [tgz] |
---|---|---|
author | Akos Palfi <akos.palfi@imgtec.com> | Wed Jan 21 11:29:46 2015 |
committer | Akos Palfi <akos.palfi@imgtec.com> | Wed Jan 21 11:30:04 2015 |
tree | 1afa2b4a40fe255f5c70fa6403cd8e66040d8093 | |
parent | 7c5fbca2ecd95a4f8c13cd996cffd00cf32496cb [diff] |
Version 4.1.0.10 (cherry-pick) Merged eb68d6fe13f13b0697dd2b4ff00df1d7c997669e Merged 466ed3a34d61dfe108a246e26df986e4986bd4a9 MIPS: remove immediate constraint within CompareAndSwap. MIPS: Fix 'MIPS: Fix after 'Reland remaining parts of 'Use weak cells in map checks in polymorphic ICs''.' R=jkummerow@chromium.org BUG= Review URL: https://codereview.chromium.org/856353002 Cr-Commit-Position: refs/branch-heads/4.1@{#11} Cr-Branched-From: 2e08d2a7aa9d65d269d8c57aba82eb38a8cb0a18-refs/heads/candidates@{#25353}
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/*