Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
skolemtotem
7y ago
0 comments
Share
How is it native if you're just replacing a JavaScript VM with a Dart VM? Or is the Dart somehow compiled to native code?
0 comments
default
newest
oldest
tybit
7y ago
Dart has a VM (with hot reloading) for dev time and an AOT compiler for release builds.
I’d say that’s one of the most attractive things about Dart to compensate for yet another language.
pritambaral
7y ago
How large and invasive is the Dart runtime though? Running in a VM and running with a runtime are only so far apart. And I'm interested in distribution package sizes too.
afsina
7y ago
Here is some info:
https://flutter.io/faq/#how-big-is-the-flutter-engine
gcb0
7y ago
in summary : a minimal UI app goes from 40k of java code to 6700k of compressed dart code
1 more reply
myguysi
7y ago
You’re right, it gets compile to native code
j
/
k
navigate · click thread line to collapse