Skip to content

Commit 66fbaf3

Browse files
mit-mitcommit-bot@chromium.org
authored andcommitted
Update CHANGELOG.md with AOT
Closes #36794 #36794 GitOrigin-RevId: 3e266b8 Change-Id: If99bd3c60a1777de4f7bff6ef5463802ccf1c60d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100720 Commit-Queue: Kathy Walrath <[email protected]> Reviewed-by: Clement Skau <[email protected]>
1 parent 9de07a2 commit 66fbaf3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,16 @@ The Linter was updated to `0.1.86`, which includes the following changes:
259259
* Added support for `pub global activate`ing package from a custom pub URL.
260260
* Added subcommand: `pub logout`. Logs you out of the current session.
261261

262+
#### Dart native
263+
264+
Initial support for compiling Dart apps to native machine code has been added.
265+
Two new tools have been added to the `bin` folder of the Dart SDK:
266+
267+
* `dart2aot`: AOT (ahead-of-time) compiles a Dart program to native
268+
machine code. The tool is supported on Windows, macOS, and Linux.
269+
270+
* `dartaotruntime`: A small runtime used for executing an AOT compiled program.
271+
262272
## 2.2.0 - 2019-02-26
263273

264274
### Language

0 commit comments

Comments
 (0)