-
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] Make implicit arguments check use optimized is/as helpers
The implicit covariance type checks are currently performed by always calling out to RTT. Those can use our existing optimized implementation for is/as checks. This reduces code size of -O2 mode as well as makes certain benchmarks significantly faster (e.g. UIMatrix* 2x faster) Change-Id: Ib5224a310b2188b9edb2de1e800d2e60010d11f1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/370280 Reviewed-by: Srujan Gaddam <[email protected]> Commit-Queue: Martin Kustermann <[email protected]>
- Loading branch information
1 parent
07d2288
commit dd89732
Showing
1 changed file
with
41 additions
and
58 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