commit | b60da28cedb011e0e66468cfe18f24ef7c21dbe3 | [log] [tgz] |
---|---|---|
author | jyan <jyan@ca.ibm.com> | Thu Jun 16 15:19:33 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jun 16 15:22:32 2016 |
tree | 0e3d0d9c253bd817b3e6e165c12e32ab86a13c19 | |
parent | a3b6f9bbbed2694f725d74d388600c4ff65861e8 [diff] |
S390: [wasm] Relocatable Globals. Port 2d1f977c93942f58f0aaf886adb346f4eba5a1ea Original commit message: Support for relocatable globals, to facilitate compilation before instantiation. R=mtrofin@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com, bjaideep@ca.ibm.com BUG=v8:5072 LOG=N Review-Url: https://codereview.chromium.org/2071883002 Cr-Commit-Position: refs/heads/master@{#37041}
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.