-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC] Precompute: Don't optimize string literals to string.const if n…
…ot valid UTF-16 (#7324) This replaces an interpreter override on string slicing. By considering the output of operations, this is more general, and avoids ever emitting an invalid string constant.
- Loading branch information
Showing
1 changed file
with
30 additions
and
37 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