Slide 33
Slide 33 text
Flutterがモバイル端末で動くしくみ
Dart VMという名前は歴史的なもので、Dart VMはプログラミング⾔語の実⾏環境を提供す
るという意味でVM
● DartVMの機能
○ Runtime System
○ Development Experience components accessible via service protocol *
Debugging * Profiling * Hot-reload
○ Just-in-Time (JIT) and Ahead-of-Time (AOT) compilation pipelines
○ …
https://mrale.ph/dartvm/
Dart VM
33