@@ -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