| commit | cad9e2824b7ef03cb0eed85eb34aadc5c6d11e59 | [log] [tgz] | 
|---|---|---|
| author | Matthias Liedtke <mliedtke@chromium.org> | Thu Apr 20 14:08:32 2023 | 
| committer | Matthias Liedtke <mliedtke@chromium.org> | Thu Apr 20 14:13:04 2023 | 
| tree | cd76d277624285053374b90b83fdf5eac8b05175 | |
| parent | 5dd2136449d96eacb6bc1379277b2546b91cc8f2 [diff] | 
Version 11.4.154.1 (cherry-pick) Merged 985b214392c4de719c0e2f65b2b78ca541a61bb8 Revert "[maglev] Avoid reifying more bools" Change-Id: Iff37625309bc45d67aa5e66c14a3ca7c7ddaa70e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4455327 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/11.4.154@{#2} Cr-Branched-From: 2fc86a8119e1210cfb1ccf1957a11db4fed496ae-refs/heads/main@{#87184}
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.