commit | 7fbba7e1f8ad52c00fed615e258a925a7df222e2 | [log] [tgz] |
---|---|---|
author | Nico Hartmann <nicohartmann@chromium.org> | Thu Jan 26 09:12:05 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 26 12:18:15 2023 |
tree | 6cb33550d77649762c179a399b5590d3e09117e1 | |
parent | cca14c78341ce85f1df77f032864691009d717c2 [diff] |
[turbofan] Fix DCHECK in CommonOperatorReducer::DecideCondition Bug: chromium:1408606 Change-Id: Ic2f41bd4b41c662ec2b075c3abe1b7a2d909e60a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4194727 Commit-Queue: Nico Hartmann <nicohartmann@chromium.org> Reviewed-by: Darius Mercadier <dmercadier@chromium.org> Commit-Queue: Darius Mercadier <dmercadier@chromium.org> Auto-Submit: Nico Hartmann <nicohartmann@chromium.org> Cr-Commit-Position: refs/heads/main@{#85486}
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.