-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dart2wasm] Use a Wasm array directly in chunked JSON parser state stack
Update `popWasmArray` desugaring to only clear the popped slot when the element type is nullable. Use `push/popWasmArray` in `_ChunkedJsonParserState.states` stack to avoid indirection. Change-Id: I641b4a78b85640b3676ef935bfd98b8cd5f7789d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/394483 Reviewed-by: Slava Egorov <[email protected]> Commit-Queue: Ömer Ağacan <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
15 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