commit | 96e753c44887d55582a6072b143cfa5546cc5d38 | [log] [tgz] |
---|---|---|
author | Victor Gomes <victorgomes@chromium.org> | Thu Mar 27 12:52:03 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 27 13:22:38 2025 |
tree | 398cefbc8a85f68e1e41d1f5ffa081bfc63a1356 | |
parent | c9bf207da4b9357572ba9377b0c448cada3645f4 [diff] |
[compiler] Use float comparison for inlinee candidate score Change-Id: I656cd8d5c2159ff22a7fb0323a724d61c099224e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6401396 Commit-Queue: Darius Mercadier <dmercadier@chromium.org> Commit-Queue: Victor Gomes <victorgomes@chromium.org> Auto-Submit: Victor Gomes <victorgomes@chromium.org> Reviewed-by: Darius Mercadier <dmercadier@chromium.org> Cr-Commit-Position: refs/heads/main@{#99516}
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.