commit | 2f3ca961c7bd525dd8aac3540d3b5b692b259a2b | [log] [tgz] |
---|---|---|
author | ahaas <ahaas@chromium.org> | Wed Oct 19 07:25:18 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 19 07:25:51 2016 |
tree | 249cf16abebcfa64be5e12e4afa960300af089e2 | |
parent | efe4fd4b5b831d253a71b564be3786203926e242 [diff] |
[turbofan] Use uint32 to store the number of control outputs instead of uint16. Using uint32 to store the the number of control outputs allows WebAssembly switches to have more than 2^16 case. BUG=v8:5531 TEST=mjsunit/regress/wasm/regression-5531 R=titzer@chromium.org Review-Url: https://chromiumcodereview.appspot.com/2425983002 Cr-Commit-Position: refs/heads/master@{#40420}
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.