DescriptionVM: Always inline typed data list factories, clean up inliner.
They just redirect to the native typed data list constructor. Inlining
them makes type propagation more precise. There is no size cost with always
inlining these since they just contain a constructor call.
Also, remove dead code from the inliner: Unoptimized code is not accessed during
optimized compilation anymore.
BUG=
R=srdjan@google.com
Committed: https://github.com/dart-lang/sdk/commit/33eed24b5704a4ef1eb24311e27e1eb1eda45e4f
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|