Skip to content

Commit df41391

Browse files
askeksacommit-bot@chromium.org
authored andcommitted
[cfe] Add profiling log message for list factory specializer
Change-Id: Id0716c9cc3936d720bcf88825e42a51266fd7f05 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112246 Reviewed-by: Alexander Markov <[email protected]> Commit-Queue: Aske Simon Christensen <[email protected]>
1 parent 9a71c99 commit df41391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/vm/lib/target/vm.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class VmTarget extends Target {
105105
logger?.call("Transformed async methods");
106106

107107
listFactorySpecializer.transformLibraries(libraries, coreTypes);
108+
logger?.call("Specialized list factories");
108109

109110
callSiteAnnotator.transformLibraries(
110111
component, libraries, coreTypes, hierarchy);

0 commit comments

Comments
 (0)