Skip to content

Commit

Permalink
CHANGELOG: move AOT invocation bits to the end of the 3.7 section
Browse files Browse the repository at this point in the history
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 <[email protected]>
Auto-Submit: Kevin Moore <[email protected]>
Commit-Queue: Nate Bosch <[email protected]>
  • Loading branch information
kevmoo authored and Commit Queue committed Dec 2, 2024
1 parent 8386371 commit 1086762
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dart-sdk>/bin/dartaotruntime <dart-sdk>/bin/snapshots/dartdevc_aot.dart.snapshot <options>

[#53576]: https://github.com/dart-lang/sdk/issues/53576

### Tools

#### Analyzer
Expand Down Expand Up @@ -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 <dart-sdk>/bin/dartaotruntime
<dart-sdk>/bin/snapshots/dartdevc_aot.dart.snapshot <options>

## 3.6.0

### Language
Expand Down

0 comments on commit 1086762

Please sign in to comment.