| commit | 6f98fbe86a0d11e6c902e2ee50f609db046daf71 | [log] [tgz] |
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Thu Jan 11 12:19:25 2024 |
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 11 12:45:45 2024 |
| tree | 48e61e8dc576e72189e67adcafedccad492d1e6a | |
| parent | 8c5bbf8540927b85e6e98f440efe41925035bb65 [diff] |
[maglev] Fix deopt node printing We were forgetting to print the interpreted frame closure, leading to an off-by-one in the remaining inputs. Bug: v8:7700 Change-Id: I0bf6a036bdede160f6b525c9129a56053350fa70 Fixed: v8:14537 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5185349 Reviewed-by: Patrick Thier <pthier@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Patrick Thier <pthier@chromium.org> Cr-Commit-Position: refs/heads/main@{#91781}
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.