commit | c136032c44d8ae7fc9bd822875769f947ae1c28d | [log] [tgz] |
---|---|---|
author | rmcilroy <rmcilroy@chromium.org> | Fri Jun 19 10:40:41 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 19 10:40:47 2015 |
tree | 29cbf44b12a16ba1b60dd9354bf92d63fbcdfb5d | |
parent | 29c575bc7e8b896d566599419e6f73ec349b30fe [diff] |
[tools] Add gc-nvp-to-csv.py script. Adds a script for converting gc nvp output into csv files. Factors out common code in gc-nvp-trace-processor.py to gc_nvp_common.py to be shared by both scripts. Fixes a couple of issues in nvp parsing code. Review URL: https://codereview.chromium.org/1175113008 Cr-Commit-Position: refs/heads/master@{#29141}
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/*