commit | 2bd5914bc3ae8c01c115f0386ae91c9f341c7ccb | [log] [tgz] |
---|---|---|
author | mbrandy <mbrandy@us.ibm.com> | Wed Oct 28 13:42:23 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 28 13:42:40 2015 |
tree | 02f20bf9f953784d36a78938daac0e637d7422c2 | |
parent | 9ada38b4c6586c7bce469eda173452f3ccf4fd4b [diff] |
Fix external callback logging in profiler. For platforms that use function descriptors (currently AIX and PPC64BE), log an external callback's entrypoint address rather than its function descriptor address. This allows proper lookup in the tick processor's symbol table. R=jkummerow@chromium.org, michael_dawson@ca.ibm.com BUG= Review URL: https://codereview.chromium.org/1409993006 Cr-Commit-Position: refs/heads/master@{#31633}
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/*
Please follow the instructions mentioned on the V8 wiki.