commit | 825ece488b8343b4a8e3637130dfab9030844f34 | [log] [tgz] |
---|---|---|
author | bmeurer <bmeurer@chromium.org> | Mon Jan 25 06:00:26 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 25 06:00:51 2016 |
tree | 073f6effa234460e6da2d37dbb1d69dfecbed21c | |
parent | 3a2fbe085131ffce419fca22f7598cb009571e0b [diff] |
[turbofan] Switch JSForInPrepare to %ForInPrepare style. Now TurboFan always uses the newly introduced %ForInPrepare, no matter whether baseline is the interpreter or fullcodegen. For fullcodegen, we introduce a new PrepareId bailout point for this purpose. Drive-by-fix: Avoid the NoObservableSideEffectsScope in Crankshaft and use the PrepareId bailout point instead. R=jarin@chromium.org BUG=v8:3650 LOG=n Review URL: https://codereview.chromium.org/1630523002 Cr-Commit-Position: refs/heads/master@{#33480}
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.