dart-sdk/pkg/vm
Aske Simon Christensen e3d6709289 Error message for circular constant expressions
Handles the situations described in #34204 and #34189 when front-end
constant folding is enabled.

Change-Id: I64fd8449ac1661f6fe67411113c6f99d8009547c
Reviewed-on: https://dart-review.googlesource.com/c/90007
Reviewed-by: Kevin Millikin <kmillikin@google.com>
Commit-Queue: Aske Simon Christensen <askesc@google.com>
2019-01-17 14:21:47 +00:00
..
bin [vm/tools] Add pkg/vm/bin/compare_sizes.dart 2019-01-17 11:52:14 +00:00
lib Error message for circular constant expressions 2019-01-17 14:21:47 +00:00
test Prepare the VM for removing TypeEnvironment.hierarchy 2019-01-10 05:21:24 +00:00
testcases [vm/aot/tfa] Correctly tree shake initializers of write-only fields 2019-01-11 20:46:30 +00:00
tool Re-land "[vm/aot] Snapshot size analysis." 2018-11-22 15:14:46 +00:00
analysis_options.yaml More options files cleanup. 2018-10-26 23:05:44 +00:00
LICENSE [VM] Move kernel service to pkg/vm, populate pkg/vm with necessary files 2017-11-17 17:45:03 +00:00
pubspec.yaml Cleanup unused vars in VM patch files 2018-11-13 22:56:54 +00:00
README.md [VM] Add VM specific package pkg/vm and use it to host transitionary wrappers. 2017-11-14 21:06:54 +00:00

This package hosts VM specific Dart code and helper scripts.