commit | 6d4ba583dff27894f143d54ae6da3b185fbe2803 | [log] [tgz] |
---|---|---|
author | Jakob Kummerow <jkummerow@chromium.org> | Tue Apr 11 18:39:56 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 12 12:32:39 2023 |
tree | 515d921e417f9381a1c4458321a1386cfc75a2da | |
parent | 9f4bea8e781260e7b7a1e3c8ef6598cb52dc1dd4 [diff] |
[arm64] Fix UNREACHABLE in instruction selector This ports crrev.com/c/4258648 to arm64. Bug: v8:13700 Change-Id: If00bb492ea54ef5819835e7415294738a7ff3040 Fixed: chromium:1428537 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4416016 Reviewed-by: Tobias Tebbi <tebbi@chromium.org> Commit-Queue: Tobias Tebbi <tebbi@chromium.org> Auto-Submit: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/main@{#87032}
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.