| commit | ee7d9901075f7a2448ea53c89f58c375acb6bc86 | [log] [tgz] |
|---|---|---|
| author | v8-autoroll@chromium.org <v8-autoroll@chromium.org> | Fri Jul 31 03:55:18 2015 |
| committer | v8-autoroll@chromium.org <v8-autoroll@chromium.org> | Fri Jul 31 03:55:32 2015 |
| tree | 386ec2bd9aca0ba589459a7ad585e2b5b94e8455 | |
| parent | 3c9f69d399384a5ad095b1f35cb6804d3d4062f6 [diff] |
Version 4.6.40
Pass the kGCCallbackFlagForced flag when invoking Heap::CollectAllGarbage from AdjustAmountOfExternalAllocatedMemory (Chromium issue 511294).
Performance and stability improvements on all platforms.
Cr-Commit-Position: refs/heads/4.6.40@{#1}
Cr-Branched-From: 3c9f69d399384a5ad095b1f35cb6804d3d4062f6-refs/heads/master@{#29938}
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/*