-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vm/bytecode] Wire up bytecode generation in kernel service
In order to simplify testing and performance comparison, it is useful to be able to run a command-line VM with a Dart source and use bytecode pipeline. The bytecode generation is turned on in kernel service if --enable-interpreter or --use-bytecode-compiler VM option is specified. Change-Id: I6eb222b4df1721075c08d5f48c6d299ec779cb8c Reviewed-on: https://dart-review.googlesource.com/c/80960 Commit-Queue: Alexander Markov <[email protected]> Reviewed-by: Régis Crelier <[email protected]>
- Loading branch information
1 parent
914065d
commit b4fbf1a
Showing
2 changed files
with
45 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters