commit | 02c03ec7bd8ba75404d069656d2b9b6797b29da4 | [log] [tgz] |
---|---|---|
author | Eva Herencsárová <evih@chromium.org> | Tue Jul 16 08:18:15 2024 |
committer | Matthias Liedtke <mliedtke@chromium.org> | Tue Jul 16 08:56:58 2024 |
tree | 5eb4435f14f320c28c1fe8300910244dde749058 | |
parent | 8d4789dccf4ca05a55786f97398608b1b500de3f [diff] |
Version 12.8.325.1 (cherry-pick) Merged 2a615106a461f5f220dd610542643632d84ba417 Revert "Reland^2 "[builtins] Optimize and generate builtins off-main-thread"" Change-Id: I035ab3708050a81d9b8f6ca30c65df85df49429a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5710631 Commit-Queue: Eva Herencsárová <evih@chromium.org> Owners-Override: Eva Herencsárová <evih@chromium.org> Reviewed-by: Eva Herencsárová <evih@chromium.org> Reviewed-by: Matthias Liedtke <mliedtke@chromium.org> Commit-Queue: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/12.8.325@{#2} Cr-Branched-From: a2299bbada1e5887b32d3401504b6c2cbc97fd43-refs/heads/main@{#95039}
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.