commit | b2852080c401cb0980f332918531597967de36c1 | [log] [tgz] |
---|---|---|
author | Yuri Gaevsky <yuri.gaevsky@syntacore.com> | Mon Apr 28 19:28:48 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 06 13:10:54 2025 |
tree | 41baced3694a83ddea486c6e2f67da3dfa9b2377 | |
parent | c71edca136a8bdbfea5fa26961525ff61ebcb5e7 [diff] |
[maglev] Inline Math.clz32 Change-Id: I97fc19d130be45d6f53d25dcb679fb7c5bfe9af0 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6469911 Reviewed-by: Victor Gomes <victorgomes@chromium.org> Reviewed-by: Darius Mercadier <dmercadier@chromium.org> Commit-Queue: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/main@{#100095}
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.