| commit | 4754b211f6a84af3d8a71567fad7aec547da59a7 | [log] [tgz] |
|---|---|---|
| author | Ben L. Titzer <titzer@chromium.org> | Thu Aug 03 11:35:15 2017 |
| committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 03 12:33:28 2017 |
| tree | bb38ec9695809254a1e84eaa9ae89f567edffe08 | |
| parent | f9c4b7a293b57fa5568d91e9e59a53151d6df331 [diff] |
[wasm][test] Avoid stack overflow that can happen with spread call to Array.push. R=rossberg@chromium.org Bug: Change-Id: I2401709b42106c7e325144b53be3c3b3d1ed16c7 Reviewed-on: https://chromium-review.googlesource.com/599874 Reviewed-by: Andreas Rossberg <rossberg@chromium.org> Commit-Queue: Ben Titzer <titzer@chromium.org> Cr-Commit-Position: refs/heads/master@{#47127}
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.