commit | a9817c6846f995cc458d963e6e89e35d9d6b9731 | [log] [tgz] |
---|---|---|
author | joransiu <joransiu@ca.ibm.com> | Thu Apr 14 01:22:20 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 14 01:23:30 2016 |
tree | 6297e0daf331938e93a2775a7e1918e6fbd4e5ec | |
parent | a63185a608e5583391cbc4518a55aabfc3ffb58d [diff] |
S390:[simulator] Fix int64_t printf + minor cleanup * Use proper int64_t printf format qualifier to fix 64-bit sim compile on Mac. * Minor cleanup to ExecuteInstruction() to remove an unncessary 'processed' variable. R=jyan@ca.ibm.com,mbrandy@us.ibm.com,michael_dawson@ca.ibm.com BUG= Review URL: https://codereview.chromium.org/1889643002 Cr-Commit-Position: refs/heads/master@{#35460}
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.