dart-sdk/pkg/vm
Alexander Markov a2b1ce8418 [vm/kernel/bytecode] Add an option to drop AST if bytecode was generated
This CL adds experimental option --drop-ast to the gen_kernel tool in
order to remove AST bodies of members with bytecode.

Change-Id: Ib5f02eb189ec1ccd9fa77159c175fc3774998ce5
Reviewed-on: https://dart-review.googlesource.com/55262
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Zach Anderson <zra@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2018-05-15 20:04:36 +00:00
..
bin [vm/kernel/bytecode] Add an option to drop AST if bytecode was generated 2018-05-15 20:04:36 +00:00
lib [vm/kernel/bytecode] Add an option to drop AST if bytecode was generated 2018-05-15 20:04:36 +00:00
test [vm/kernel/aot] Fix handling of type parameters and annotations on typedefs in TFA tree shaker 2018-05-14 23:04:48 +00:00
testcases [vm/kernel/bytecode] Support closures in bytecode generator 2018-05-15 16:51:06 +00:00
tool [VM interpreter] Recover EntryOptional bytecode, improve interpreter tracing. 2018-05-11 22:39:49 +00:00
analysis_options.yaml [VM] Move kernel service to pkg/vm, populate pkg/vm with necessary files 2017-11-17 17:45:03 +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 [VM] Wire up package:vm/kernel_front_end in precompiler2 and test.py 2017-12-04 22:28:39 +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.