| commit | 7cfa83eab4ee8739f6fc044230d09ca8c129e074 | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Tue Feb 28 15:12:41 2023 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Tue Feb 28 15:42:07 2023 | 
| tree | 5fc73bf63b8972f725ed7a4717941efa527e5f19 | |
| parent | 444fc3b58d853d45e11f0177b74d89207b6bd26f [diff] | 
Version 11.3.33.1 (cherry-pick) Merged c8f389cc9028a546c956cc0b5f5093181a7e00a2 Revert "[ptr-compr] Improve ptr decompress(compress(...)) in C++" Change-Id: I9d76788bd8102fbf051cba83f4e6f30da18eb270 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4295180 Owners-Override: Leszek Swirski <leszeks@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/11.3.33@{#2} Cr-Branched-From: 0cd52dd8272b556df2d1b77f0a93450c093cf8e8-refs/heads/main@{#86136}
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.