commit | 5ad1a4046cc5a0949ad98ef405fd7c5038805876 | [log] [tgz] |
---|---|---|
author | jyan <jyan@ca.ibm.com> | Tue May 31 19:05:17 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 31 19:07:57 2016 |
tree | 5191ef0937765cd26c6aa7573c980ce39b32c0c0 | |
parent | e3bd4a396b44eb490360f14bcbdc1b36482c8558 [diff] |
S390: VectorICs: Remove special code to increment call counts by two. Port 63ea3a500980e8d0935a998e6d86c0256b15c283 Original commit message: Previously, we used the lowest bit for something else. R=mvstanton@chromium.org, joransiu@ca.ibm.com, bjaideep@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com BUG= Review-Url: https://codereview.chromium.org/2024973003 Cr-Commit-Position: refs/heads/master@{#36624}
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.