| commit | 4f7561540f257088a3d993058dede0d9f6de6e6b | [log] [tgz] |
|---|---|---|
| author | Leszek Swirski <leszeks@google.com> | Tue Feb 04 13:07:18 2025 |
| committer | Leszek Swirski <leszeks@chromium.org> | Thu Feb 06 09:10:09 2025 |
| tree | 84cad8474491024b82fa200cba80b16457fab265 | |
| parent | f89aec3841433822b9a3c94110cfe84ac5f728ff [diff] |
Version 13.5.9.1 (cherry-pick) Merged ee9fe68a6697da4e894037336b614cd5f5ed768f [isolate] Cache FPU mode on isolate startup Change-Id: Ie9e7d3c606aea4ee26daf62c5a91d37c5c7a0879 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6236974 Owners-Override: Leszek Swirski <leszeks@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.5.9@{#2} Cr-Branched-From: c18e4a41b76d486afc6a04efbfe444c28d41dc33-refs/heads/main@{#98482}
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.