| commit | c272b7f666719df9d92a448af368cc3ef4c30baf | [log] [tgz] | 
|---|---|---|
| author | Toon Verwaest <verwaest@chromium.org> | Fri Apr 21 09:34:45 2023 | 
| committer | Matthias Liedtke <mliedtke@chromium.org> | Fri Apr 21 09:43:09 2023 | 
| tree | ca6974b783043580171279a0eee4f397637a80e3 | |
| parent | abe1e76e22dad6375afe21b3b12166ab10672532 [diff] | 
Version 11.4.161.1 (cherry-pick) Merged 48742baa5feb5798473d6901172c46e1d4614506 Revert "Reland "[maglev] Avoid reifying more bools"" Change-Id: I9d45cd17e4b86a14aa080651443b9536d6bd86f3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4459031 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/11.4.161@{#2} Cr-Branched-From: 837c3d44dc3e02682c255f1c92f6a48d538144a8-refs/heads/main@{#87200}
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.