commit | 81307fcdfa81f766d80b68585badcc8335a45c89 | [log] [tgz] |
---|---|---|
author | Leszek Swirski <leszeks@chromium.org> | Wed Mar 15 15:20:35 2023 |
committer | Leszek Swirski <leszeks@chromium.org> | Wed Mar 15 15:30:09 2023 |
tree | 7a805d849e179e99cb2eee1ad6f12d03bbd62abf | |
parent | 1052cd12e8c155c0c5fad63c0d950e822f70e525 [diff] |
Version 11.3.178.1 (cherry-pick) Merged 2be78a2169f10e4a95d75b53fd30ef044932db20 Revert "Allocate builtin Code objects in RO space" Change-Id: Iedc3125b636c3a38bde966a8582b19383fc97edc Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4341489 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/11.3.178@{#2} Cr-Branched-From: 9d2483e8b668e36df334b978d9168224adf6afee-refs/heads/main@{#86434}
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.