commit | b01cd96eb503964d991b06ca6ed39ee946619012 | [log] [tgz] |
---|---|---|
author | alph <alph@chromium.org> | Tue Mar 01 05:59:32 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 01 06:00:08 2016 |
tree | f6a6d19b201a4c71f61653338ec78155ee44f409 | |
parent | 4537f09374d3c4110f30f775b176404819a490dc [diff] |
Make CPU profiler unwind the inlined functions stack. BUG=575466 LOG=N Review URL: https://codereview.chromium.org/1740073002 Cr-Commit-Position: refs/heads/master@{#34376}
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.