-
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] More JSON decoding improvements
- Use unchecked reads when reading from `U8List` chunks. - Use unchecked reads when reading from "transition table" in UTF16 decoder. - Fix a typo in a comment. Tested: performance refactoring, covered by existing tests. Change-Id: I1b90781f2b419188d6a560994159b48faad16075 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371301 Commit-Queue: Ömer Ağacan <[email protected]> Reviewed-by: Martin Kustermann <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
11 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