commit | 49282d1f592cb736c7162f4287b909f7cc2b1ccc | [log] [tgz] |
---|---|---|
author | Leszek Swirski <[email protected]> | Thu Sep 22 06:30:41 2022 |
committer | Leszek Swirski <[email protected]> | Thu Sep 22 06:33:04 2022 |
tree | 32897b926fd0642e6387492de874e64bafd592b2 | |
parent | fe4ea1874285e43b492629afd8005a36f65ebd06 [diff] |
Version 10.8.32.1 (cherry-pick) Merged 5110b3c6ccd295cc7dbc5720fc5ae7e0ec5ca254 Revert "Reland "[v8] Use |AllocateAtLeast| for resizing v8 zones."" Change-Id: I32f9c4701a29c0516e3f587f1c6028e4d4158466 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3909359 Bot-Commit: Rubber Stamper <[email protected]> Owners-Override: Leszek Swirski <[email protected]> Cr-Commit-Position: refs/heads/10.8.32@{#2} Cr-Branched-From: 0b9dcd690ab09b27b238eb82f35439e6dd22174a-refs/heads/main@{#83373}
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.