| commit | 4d2162a72bc368c516b9c3ef0f99fbb2d33d0ac5 | [log] [tgz] |
|---|---|---|
| author | Michael Lippautz <mlippautz@chromium.org> | Mon Nov 03 16:21:10 2025 |
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 03 17:16:58 2025 |
| tree | ff572462a46f10b367abfb75bd0ca8e281c76f9c | |
| parent | 1582c4a1e94b25f8b4775a87ede2937e8ab69021 [diff] |
DependentCode: Make it obvious that groups are Smis Converting the group to Smi should avoid the barrier based on the type instead of manually skipping it. Change-Id: I24bd260edf689b90fba82fd74609c2b61973ba34 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7112298 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#103473}
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.