| commit | 00c85fe868b1aaa4f755105d06f82ec26b10d875 | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Mon Jul 25 15:15:25 2022 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Mon Jul 25 15:20:23 2022 | 
| tree | b0df3e307184f18b5f74151f3ee641f1b0b608e1 | |
| parent | 1361ba0f4466b4479ad7dd645a8a1c23fec2ae51 [diff] | 
Version 10.6.13.2 (cherry-pick) Merged e93a09c212fa7937b8f1c2e976b24883e5385034 Revert "Reland "cppgc: Enable pointer compression by default on Desktop"" Change-Id: I15baa011500a2156871277c644a004b9cacfd5f4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3785323 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/10.6.13@{#3} Cr-Branched-From: f78469626afe1401c50339eea7355b8bbdfec7f7-refs/heads/main@{#81917}
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.