| commit | b0b6d6fb75b4f60f8d666c2e562009e131513bf9 | [log] [tgz] |
|---|---|---|
| author | Anton Bikineev <bikineev@chromium.org> | Tue Apr 18 08:16:42 2023 |
| committer | Adam Klein <adamk@chromium.org> | Tue Apr 18 18:10:41 2023 |
| tree | 8bc369e80b25a9d8822a62cff951e8f39339b3c9 | |
| parent | 379ebebc3d4d3f7555d6cde02ea59dca10662887 [diff] |
Revert "Parallelize young wrapper reclamation" The change is crashy, at least on ChromeOS. Bug: chromium:1434190 Change-Id: I1046cff94b19ee4b3fc5b31877713f28351871be Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4439709 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/main@{#87133} (cherry picked from commit 8e3a14d53c9d386a5f226145b852116e2f763693) Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4442749 Reviewed-by: Francis McCabe <fgm@chromium.org> Reviewed-by: Adam Klein <adamk@chromium.org> Commit-Queue: Francis McCabe <fgm@chromium.org> Commit-Queue: Srinivas Sista <srinivassista@chromium.org>
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.