We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dart SDK currently ships with a bunch of tools in App JIT snapshot form. This is a maintenance and performance liability given that:
Because of that we are going to switch all tools to be AOT compiled - targeting 3.5 at latest.
Here is the current list of snapshots:
analysis_server.dart.snapshot
kernel-service.dart.snapshot
dart_tooling_daemon.dart.snapshot
gen_kernel_aot.dart.snapshot
dartdevc.dart.snapshot
dart2js.dart.snapshot
dartdev.dart.snapshot
frontend_server_aot.dart.snapshot
kernel_worker.dart.snapshot
frontend_server.dart.snapshot
dds_aot.dart.snapshot
dart2wasm_product.snapshot
The text was updated successfully, but these errors were encountered:
This seems like a duplicate of #53576
Sorry, something went wrong.
Guh. I knew we must have the issue, but I just could not find it. Thanks, Siva.
Duplicate of #53576
a-siva
No branches or pull requests
Dart SDK currently ships with a bunch of tools in App JIT snapshot form. This is a maintenance and performance liability given that:
Because of that we are going to switch all tools to be AOT compiled - targeting 3.5 at latest.
Here is the current list of snapshots:
analysis_server.dart.snapshot
kernel-service.dart.snapshot
dart_tooling_daemon.dart.snapshot
gen_kernel_aot.dart.snapshot
dartdevc.dart.snapshot
dart2js.dart.snapshot
dartdev.dart.snapshot
frontend_server_aot.dart.snapshot
kernel_worker.dart.snapshot
frontend_server.dart.snapshot
dds_aot.dart.snapshot
dart2wasm_product.snapshot
The text was updated successfully, but these errors were encountered: