| commit | a983ac39a8e3d7dcb17dc4e9e43fa9997c704e3a | [log] [tgz] | 
|---|---|---|
| author | Adam Klein <adamk@chromium.org> | Wed May 31 21:37:07 2023 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Thu Jun 01 07:36:08 2023 | 
| tree | 12c981bdc793efa91c35539ff7c2f16c2a04092a | |
| parent | 2d1545988db026dc781de6f995878923b51b3686 [diff] | 
Version 11.6.36.1 (cherry-pick) Merged 157a1f2894a6a5316714457bfd69038e2b68aa84 Revert "[maglev] Merge stable/unstable map sets" Change-Id: I5b2ebba4a8b2b31409e8db432eea54443d3a925c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4567560 Owners-Override: Leszek Swirski <leszeks@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/11.6.36@{#2} Cr-Branched-From: c93cf340a7147e82a5bf55bd0389450d392cd5df-refs/heads/main@{#87966}
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.