From 10867627709e37399ce0f57c80ebd18fef16e9b4 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 2 Dec 2024 22:56:04 +0000 Subject: [PATCH] CHANGELOG: move AOT invocation bits to the end of the 3.7 section More appropriate as part of the tools section Change-Id: Ifb196ee54d9e8e2b6c9a748506e4a8af6f763da1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397640 Reviewed-by: Nate Bosch Auto-Submit: Kevin Moore Commit-Queue: Nate Bosch --- CHANGELOG.md | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8847f3e21d9..84f1e634df1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,24 +41,6 @@ main() { [#56893]: https://github.com/dart-lang/sdk/issues/56893 -#### Dart to Javascript Compiler (dart2js) - -- The dart2js compiler which is invoked when the command - 'dart compile js' is used has been switched to use an AOT snapshot - instead of a JIT snapshot. - -[#53576]: https://github.com/dart-lang/sdk/issues/53576 - -#### Dart Development Compiler (dartdevc) - -- The dartdevc compiler and kernel_worker utility have been switched to use - an AOT snapshot instead of a JIT snapshot, the SDK build still includes a - JIT snapshot of these tools as package build/build_web_compiler depends - on it. The AOT snapshot can be used as follows to run DDC - /bin/dartaotruntime /bin/snapshots/dartdevc_aot.dart.snapshot - -[#53576]: https://github.com/dart-lang/sdk/issues/53576 - ### Tools #### Analyzer @@ -213,6 +195,19 @@ some of them breaking: likely be even rarer now that project-wide configuration is supported, so this shouldn't affect many users. +#### Dart to Javascript Compiler (dart2js) + +The dart2js compiler which is invoked when the command 'dart compile js' is +used has been switched to use an AOT snapshot instead of a JIT snapshot. + +#### Dart Development Compiler (dartdevc) + +The dartdevc compiler and kernel_worker utility have been switched to use an +AOT snapshot instead of a JIT snapshot, the SDK build still includes a JIT +snapshot of these tools as package build/build_web_compiler depends on it. The +AOT snapshot can be used as follows to run DDC /bin/dartaotruntime +/bin/snapshots/dartdevc_aot.dart.snapshot + ## 3.6.0 ### Language