| commit | 52ba0236f828e4416f992ecb96d517a014b521b0 | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Wed Mar 06 08:48:38 2024 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Wed Mar 06 09:24:19 2024 | 
| tree | bd5441ad14a20af50f01aaff76cdfd44e4ba4044 | |
| parent | ba3d5bbec4caabf2e7fb5db4b0a1670a932bfe83 [diff] | 
Version 12.4.158.1 (cherry-pick) Merged bda0a410fa72185df7c41a827681b96e93cd3cd6 Revert "[maglev] Simple escape analysis for inlined allocated objects" Change-Id: Ib6ebd150697eae2b00958212ef6d665a7964888c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5349415 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/12.4.158@{#2} Cr-Branched-From: 76b0db73e66c7aaffca234ce4c72c7105d2c9f74-refs/heads/main@{#92676}
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.