Chromium Code Reviews
DescriptionVM: [AOT] Make sure that we inline all resolved accessor invocations.
Previously we would just replace it with a static call and hope that inliner
handles it. However sometimes it happens too late in the pipeline and inliner
misses the opportunity.
Additionally drop some dead code from the aot_optimizer that was not doing
anything useful because FlowGraphInliner::TryInlineRecognizedMethod always
returns false in the AOT mode.
R=fschneider@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/31057dcec7419ef6b8ddc0d458989f7bad2fcc81
Patch Set 1 #
Total comments: 3
Patch Set 2 : Done. #
Messages
Total messages: 9 (1 generated)
|
|||||||||||||||||||||||||||||||||||||