commit | 706b3f2730729f80686ad4a3228b860a13627afd | [log] [tgz] |
---|---|---|
author | mlippautz <mlippautz@chromium.org> | Tue Jun 21 09:25:08 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jun 21 09:26:53 2016 |
tree | 527cc765c686b72f3974c8902bcab2f1cd308fe8 | |
parent | f0dc0dbf21841d8746f26b8f6bde98468b7e0810 [diff] |
[heap] Internalize kExternalAllocationLimit Base the fast-path in AdjustAmountOfExternalMemory on a value + limit. To preserve the behavior the limit is just set using kExternalAllocationLimit. Redo naming of related members. R=jochen@chromium.org BUG=chromium:621829 LOG=N Review-Url: https://codereview.chromium.org/2085893002 Cr-Commit-Position: refs/heads/master@{#37131}
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://github.com/v8/v8/wiki
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.