commit | 45738bec5a99db36fe3481f9cf49a38630a2283f | [log] [tgz] |
---|---|---|
author | Jakob Kummerow <jkummerow@chromium.org> | Thu Jun 20 14:50:42 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 21 16:09:56 2024 |
tree | c35b88693723fa6f1c55348d9d0acdbee7b47e81 | |
parent | 9f0e9900a42dc0ccc73efbc16ba1b62d01f2000b [diff] |
Merged: [turboshaft][arm64] Disable ConditionalCompare optimization It has bugs. Bug: 347961785 (cherry picked from commit cff1b40e715aee8fc941155cde598540374acfdc) Change-Id: I0b6ac11a10de38ff287b1fed07679d4987ad5d81 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5644893 Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Matthias Liedtke <mliedtke@chromium.org> Auto-Submit: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/branch-heads/12.6@{#38} Cr-Branched-From: 3c9fa12db3183a6f4ea53d2675adb66ea1194529-refs/heads/12.6.228@{#2} Cr-Branched-From: 981bb15ba4dbf9e2381dfc94ec2c4af0b9c6a0b6-refs/heads/main@{#93835}
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.