commit | a89d41f05b523a557152969f0f5c4625af0c8c16 | [log] [tgz] |
---|---|---|
author | mlippautz <mlippautz@chromium.org> | Fri Jan 15 11:49:49 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 15 11:50:20 2016 |
tree | 662c801ae6c8a71d792f8ba5604f1d1a2effdfb6 | |
parent | b0119907ac8ffb366bb3a9f684a7a38720347523 [diff] |
[heap] Remove store_buffer_counter from MemoryChunk It is only used locally when exempting pages from the store buffer. This use case can be replaced with a hashmap at the call site. BUG=chromium:524425 LOG=N R=ulan@chromium.org Review URL: https://codereview.chromium.org/1593583002 Cr-Commit-Position: refs/heads/master@{#33324}
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.