Skip to content
New issue

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

☂️ Move Dart SDK to AOT compiled tools #55091

Closed
4 of 12 tasks
mraleph opened this issue Mar 4, 2024 · 3 comments
Closed
4 of 12 tasks

☂️ Move Dart SDK to AOT compiled tools #55091

mraleph opened this issue Mar 4, 2024 · 3 comments
Assignees
Labels
area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …).

Comments

@mraleph
Copy link
Member

mraleph commented Mar 4, 2024

Dart SDK currently ships with a bunch of tools in App JIT snapshot form. This is a maintenance and performance liability given that:

  • we have not been investing in JIT performance for many years now
  • AOT has a better: startup, memory usage, performance.
  • the same tooling is used in AOT compiled form internally.

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
@mraleph mraleph added the area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …). label Mar 4, 2024
@a-siva
Copy link
Contributor

a-siva commented Mar 4, 2024

This seems like a duplicate of #53576

@mraleph
Copy link
Member Author

mraleph commented Mar 4, 2024

Guh. I knew we must have the issue, but I just could not find it. Thanks, Siva.

@mraleph
Copy link
Member Author

mraleph commented Mar 4, 2024

Duplicate of #53576

@mraleph mraleph marked this as a duplicate of #53576 Mar 4, 2024
@mraleph mraleph closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …).
Projects
None yet
Development

No branches or pull requests

2 participants