Dart Native
1. JIT (just-in-time) complier
Dart VM에서 JIT complier와 함께
hot reload, 풍부한 디버깅를 지원
2. AOT
Native ARM, x64 머신코드로 컴파일
3. google과의 관계?!
• Dart와 Flutter 모두 구글에서 개발
• 그래서 다른 라이브러리, 프레임워크는 할 수
없지만 Dart는 Flutter를 위한 개선이 가능하다.
• 예를 들어, Dart에는 원래 AOT를 지원하지
않았지만 Dart팀이 Flutter를 위해 만들었다.