DescriptionlocateSingleElement improvement for mixins.
I see several code improvements:
1. More inlining of small methods in mixin classes like ListMixin.isEmpty
2. Fewer interceptor calls where the target is now known but not inlined.
3. Implied getters and setters on mixin classes are inlined to direct field references.
Addresses https://github.com/dart-lang/sdk/issues/27160
R=johnniwinther@google.com
Committed: https://github.com/dart-lang/sdk/commit/7b3bc6933a7dc26e36ac56eef472bde1eedaad1e
Patch Set 1 #
Total comments: 6
Patch Set 2 : renames #Patch Set 3 : dartfmt #
Messages
Total messages: 16 (11 generated)
|