Files
sdk/pkg/vm
Alexander Markov 16b51c3dc1 [vm/bytecode] Disable incremental compilation if bytecode is used
Bytecode generation doesn't work on incremental components as they
omit core libraries. As a temporary workaround, this CL disables
incremental compilation in bytecode mode in order to be able to run VM
with '--use-bytecode-compiler --observe' and get profiles.

Change-Id: Id843a03871d959e11acfb8f046019aa756ee7c65
Reviewed-on: https://dart-review.googlesource.com/c/88233
Commit-Queue: Alexander Aprelev <aam@google.com>
Auto-Submit: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
2019-01-03 00:05:30 +00:00
..
2018-12-21 10:07:04 +00:00

This package hosts VM specific Dart code and helper scripts.