dart-sdk/pkg/vm
Vyacheslav Egorov 20d2917f84 [vm/tool] Improvements to snapshot_analysis 'compare' command.
Introduce helper classes and methods for constructing program
hierarchy from a flat list of symbols as well as methods for
diffing and bucketing the program hierarchies.

Issue https://github.com/dart-lang/sdk/issues/41249

Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-try,pkg-win-release-try,pkg-mac-release-try
Change-Id: Ieb6ad1ccd8bc7fa1181d31e78ac351369ede5f81
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150101
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2020-06-11 12:30:49 +00:00
..
bin [VM/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +00:00
lib [vm/tool] Improvements to snapshot_analysis 'compare' command. 2020-06-11 12:30:49 +00:00
test [vm/tool] Improvements to snapshot_analysis 'compare' command. 2020-06-11 12:30:49 +00:00
testcases [CFE] Use BlockExpression for encoding cascades 2020-05-26 09:07:25 +00:00
tool [vm] Add --minimal-kernel option to kernel compilers 2020-04-06 00:54:40 +00:00
analysis_options.yaml Revert "[cfe/vm] Enable prefer_final lints in pkg/vm" 2019-09-25 08:23:20 +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 Treat the expect and async_helper packages as opted in to NNBD. 2020-04-27 21:04:56 +00:00
README.md

This package hosts VM specific Dart code and helper scripts.