-
Notifications
You must be signed in to change notification settings - Fork 228
Use AOT builds by default #4386
Copy link
Copy link
Open
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Currently they are enabled by --force-aot.
Reasons not to use AOT:
- builders that use
dart:mirrorswill not compile - builders that depend on a detail of the JIT runtime environment such as
Isolate.packageConfigwill fail at runtime - 20s or so of additional startup time on first build
But these should not be a problem in most situations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)