commit | 5c86692a5ea00a98898e421580dff63cc530e570 | [log] [tgz] |
---|---|---|
author | ivica.bogosavljevic <ivica.bogosavljevic@imgtec.com> | Wed Jun 29 07:36:43 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jun 29 07:39:19 2016 |
tree | 7e7eb42c379fe14ac78ae06e7891b751868c3a0f | |
parent | 15498e16c8bc9f9e1f1e6d659ad9ec346010036b [diff] |
Fix '[wasm] Separate compilation from instantiation'. Port c1d01aea117c62759cc2be1805493ed59218558c Fix a few failures which occur because instruction cache hasn't been flushed after update of WASM references. BUG=mjsunit/wasm/asm-wasm-heap,mjsunit/wasm/start-function Review-Url: https://codereview.chromium.org/2103093003 Cr-Commit-Position: refs/heads/master@{#37364}
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.