commit | b141154331c1e5584d98e0f0c3e3e1f1d34435a9 | [log] [tgz] |
---|---|---|
author | jyan <jyan@ca.ibm.com> | Fri Apr 15 13:55:13 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Apr 15 13:55:58 2016 |
tree | 4455ecbcab61842f01b29b5f2f1affc700ba7de8 | |
parent | af4e21424a93b4e0dab60eb0b875fe95da49676d [diff] |
S390: Visit the Optimized Code Map on first call rather than closure creation. Port 9336f4cc6d25d39a128176679a70dbd13a6d946e Original commit message: This is useful for escape analysis, and helps upcoming changes to type feedback gathering. R=mvstanton@chromium.org, joransiu@ca.ibm.com, mbrandy@us.ibm.com, michael_dawson@ca.ibm.com, bjaideep@ca.ibm.com BUG= Review URL: https://codereview.chromium.org/1887003004 Cr-Commit-Position: refs/heads/master@{#35534}
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.