commit | 68099bffaca0b4cfa10eb0178606aa55fd85d8ef | [log] [tgz] |
---|---|---|
author | Georg Neis <neis@chromium.org> | Wed Feb 19 15:08:26 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Feb 19 16:40:45 2020 |
tree | 4bed2b925170caf0ae05a1510425600c5a446c4c | |
parent | 4e11ad92f3e1a2ea4f401ebd52e7d37f49cabdfa [diff] |
[turbofan] Fix bug in Typer::TypeInductionVariablePhi, again Regrettably the previous fix was flawed because a zero increment can change the type of the induction variable. Bug: chromium:1051017 Change-Id: I2d7aeffb2065e739445118a2d0c5f7732eecdcbb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2064222 Reviewed-by: Michael Stanton <mvstanton@chromium.org> Reviewed-by: Tobias Tebbi <tebbi@chromium.org> Commit-Queue: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/master@{#66345}
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://v8.dev/docs
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 at v8.dev/docs/contribute.