commit | db585cef2b6665ee049c1da94965e59534efab8e | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Tue Jun 27 19:26:38 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 27 19:26:38 2023 +0000 |
tree | 9ae6de97bdb1ce6e071faf1323b6354421859eff | |
parent | 6378357ef4614f11b568b09fde0c3a5bf30f898d [diff] |
Add a note about training run for JIT snapshot Closes #50615 R=bkonyi@google.com Change-Id: I488c9f232ab5b0138d25a66006b8f69a05ea9c05 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/311144 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Nate Bosch <nbosch@google.com>
diff --git a/pkg/dartdev/lib/src/commands/compile.dart b/pkg/dartdev/lib/src/commands/compile.dart index f532d61..5c8bf9e 100644 --- a/pkg/dartdev/lib/src/commands/compile.dart +++ b/pkg/dartdev/lib/src/commands/compile.dart
@@ -442,6 +442,7 @@ addSubcommand(CompileSnapshotCommand( commandName: CompileSnapshotCommand.jitSnapshotCmdName, help: 'to a JIT snapshot.\n' + 'The executable will be run once to snapshot a warm JIT.\n' 'To run the snapshot use: dart run <JIT file>', fileExt: 'jit', formatName: 'app-jit',