commit | 91c99de0a10db4d8ffa4cac8a701eef7dab22c44 | [log] [tgz] |
---|---|---|
author | bjaideep <bjaideep@ca.ibm.com> | Wed Oct 19 13:48:05 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 19 13:48:45 2016 |
tree | 7282686380158424c10abca98315cab91cdd4172 | |
parent | 07094aaf7de499474aa54f9d60bd56090d9aec96 [diff] |
s390x: [wasm] Adding r3 to GP return register list Taking similar approach as ia32 which also has 1 return register eax (as per ia32's ABI) but uses edx as return register as well. This will fix some failures on s390x where a function returns 2 values. R=titzer@chromium.org, bmeurer@chromium.org BUG= LOG=N Review-Url: https://chromiumcodereview.appspot.com/2426233002 Cr-Commit-Position: refs/heads/master@{#40439}
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.