[extension types] AOT performance worse than normal classes. #53542
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
P2
A bug or feature request we're likely to work on
type-performance
Issue relates to performance or code size
Dart SDK version: 3.2.0-134.1.beta (beta) (Thu Sep 14 06:41:14 2023 -0700) on "macos_arm64"
> dart compile exe --enable-experiment=inline-class dispatch_bench.dart
> ./dispatch_bench.exe
Consider the second case where extension types perform worse than classes (12ms vs 70ms):
The text was updated successfully, but these errors were encountered: