Skip to content

Commit 1086762

Browse files
kevmooCommit Queue
authored andcommitted
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 <[email protected]> Auto-Submit: Kevin Moore <[email protected]> Commit-Queue: Nate Bosch <[email protected]>
1 parent 8386371 commit 1086762

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

CHANGELOG.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,6 @@ main() {
4141

4242
[#56893]: https://github.com/dart-lang/sdk/issues/56893
4343

44-
#### Dart to Javascript Compiler (dart2js)
45-
46-
- The dart2js compiler which is invoked when the command
47-
'dart compile js' is used has been switched to use an AOT snapshot
48-
instead of a JIT snapshot.
49-
50-
[#53576]: https://github.com/dart-lang/sdk/issues/53576
51-
52-
#### Dart Development Compiler (dartdevc)
53-
54-
- The dartdevc compiler and kernel_worker utility have been switched to use
55-
an AOT snapshot instead of a JIT snapshot, the SDK build still includes a
56-
JIT snapshot of these tools as package build/build_web_compiler depends
57-
on it. The AOT snapshot can be used as follows to run DDC
58-
<dart-sdk>/bin/dartaotruntime <dart-sdk>/bin/snapshots/dartdevc_aot.dart.snapshot <options>
59-
60-
[#53576]: https://github.com/dart-lang/sdk/issues/53576
61-
6244
### Tools
6345

6446
#### Analyzer
@@ -213,6 +195,19 @@ some of them breaking:
213195
likely be even rarer now that project-wide configuration is supported, so
214196
this shouldn't affect many users.
215197

198+
#### Dart to Javascript Compiler (dart2js)
199+
200+
The dart2js compiler which is invoked when the command 'dart compile js' is
201+
used has been switched to use an AOT snapshot instead of a JIT snapshot.
202+
203+
#### Dart Development Compiler (dartdevc)
204+
205+
The dartdevc compiler and kernel_worker utility have been switched to use an
206+
AOT snapshot instead of a JIT snapshot, the SDK build still includes a JIT
207+
snapshot of these tools as package build/build_web_compiler depends on it. The
208+
AOT snapshot can be used as follows to run DDC <dart-sdk>/bin/dartaotruntime
209+
<dart-sdk>/bin/snapshots/dartdevc_aot.dart.snapshot <options>
210+
216211
## 3.6.0
217212

218213
### Language

0 commit comments

Comments
 (0)