For production you may consider using dart VM also since it benefits from AOT and can actually be faster than a binary after it gets hot, similar to Java.
No, we (Dart team) recommend to deploy everything in AOT mode.
JIT mode is only for development, and its performance has not been a priority for a while now.
Correct. At the cost of using more RAM, of course.
No, we (Dart team) recommend to deploy everything in AOT mode.
JIT mode is only for development, and its performance has not been a priority for a while now.