commit | a375166b0f444eaa2eee8f33154bc0e56ec2a21c | [log] [tgz] |
---|---|---|
author | bjaideep <bjaideep@ca.ibm.com> | Wed Sep 14 18:10:58 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 14 18:11:58 2016 |
tree | 71950a230566d74e2f1ff50d8a870860f57eb445 | |
parent | da1f911c4269048d24a3442791b18523455f3b24 [diff] |
PPC/s390: CallConstruct also gets call count information if megamorphic. Port 3ccedd5d8a24281b4abc0af4bfe41d4212a794e6 R=mvstanton@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com BUG= LOG=N Review-Url: https://codereview.chromium.org/2330353005 Cr-Commit-Position: refs/heads/master@{#39425}
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.