-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maglev] Check NewTarget is live in entry stack check
Instead of checking if the NewTarget is valid (via the bytecode), we check if the register is live in the register snapshot. Since its use could be in Maglev's dead code. Fixed: chromium:1462501 Bug: v8:7700 Change-Id: I61bd383999e2c0cf7d0dae9f826c6bed9cf7b977 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4677157 Auto-Submit: Victor Gomes <victorgomes@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#88828}
- Loading branch information
1 parent
d3534e8
commit 3807e28
Showing
3 changed files
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters