Chromium Code Reviews
DescriptionExpand _AssertionError._evaluateAssertion in the frontend
The call in _evaluationAssertion becomes megamorphic and this is
showing up on Flutter's profile. Avoid the call becoming megamorphic
by inlining the body at the AST level.
BUG=
R=hausner@google.com
Committed: https://github.com/dart-lang/sdk/commit/9779ff264a7828ea336382b3a5654898206fe462
Patch Set 1 #
Total comments: 4
Patch Set 2 : ignore #Patch Set 3 : special cases inline #Patch Set 4 : special cases + old slow path #Messages
Total messages: 8 (3 generated)
|