| commit | 8ae9bc3a8f27871c04d8dfb74ee001a5c655161c | [log] [tgz] |
|---|---|---|
| author | v8-autoroll <v8-autoroll@chromium.org> | Wed Jan 28 02:04:31 2015 |
| committer | v8-autoroll <v8-autoroll@chromium.org> | Wed Jan 28 02:04:43 2015 |
| tree | fbb1824c75c7d4348768d8f67b29849756a07fa4 | |
| parent | 104fd108ac60c24a30b87aca9b603ded656d285a [diff] |
Version 4.2.32 (based on 701c6e747569926c13160d668035ac05d363e5dc)
Do not generalize field representations when making elements kind or observed transition (Chromium issue 448711).
Performance and stability improvements on all platforms.
Cr-Commit-Position: refs/heads/candidates@{#25403}
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/*