commit | 389ea9be7d68bb189e16da79f6414edbd4f7594f | [log] [tgz] |
---|---|---|
author | Toon Verwaest <verwaest@chromium.org> | Thu Jan 11 09:47:17 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 11 13:00:32 2024 |
tree | 0d4e7ecfc3c9a2402c7af77feb2b7402b2b93870 | |
parent | 6f98fbe86a0d11e6c902e2ee50f609db046daf71 [diff] |
[runtime] Drop fast last-property deletion This interacts badly with other optimizations and isn't particularly common. Bug: chromium:1517354 Change-Id: I7adb51a8fc0ec47eaeb911ca2a4cbc517088e416 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5185340 Commit-Queue: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/heads/main@{#91782}
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.