dart-sdk/pkg/vm
Ryan Macnak 708f098c4f [vm, compiler] Add option to suppress obfuscation of type names for some hierarchy.
This behaves like applying @pragma("vm:keep-name") to the hiearchy.

TEST=ci
Bug: b/285175418
Change-Id: Ibd543d294bebbfbb60f4e5d62d5e83f3aec841e7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/322582
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-08-25 18:55:32 +00:00
..
bin [vm/aot] Split inferred argument type metadata from inferred type metadata 2023-08-15 15:26:14 +00:00
lib [vm, compiler] Add option to suppress obfuscation of type names for some hierarchy. 2023-08-25 18:55:32 +00:00
test [vm/aot/tfa] Share captured local variables among invocations 2023-08-08 16:35:10 +00:00
testcases/transformations [vm/ffi] Closure callbacks for sync callbacks 2023-08-25 03:35:44 +00:00
tool Enable patterns in IL comparison tests on Windows 2023-03-10 01:14:18 +00:00
analysis_options.yaml [pkg/vm] analyze using package:lints 2022-07-07 23:22:49 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
pubspec.yaml [vm] Async FFI callbacks 2023-06-28 01:00:18 +00:00
README.md

This package hosts VM specific Dart code and helper scripts.