forked from v8/v8
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[interpreter] Don't number non-lexicals in TDZ elision
Non-lexical bindings don't need to be numbered because they don't have a TDZ. It is not incorrect to number them, but wasteful and may prevent lexicals from being numbered and elidable. Bug: v8:13723 Change-Id: Ife8de789622978b173951dd6d89231397af9dc53 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4552603 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#87810}
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 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