|
|
|
|
|
by mraleph
2617 days ago
|
|
Dart VM is written primarily in C++. There is bytecode, but the story here is kinda complicated - there are actually 2 different versions: one is called DBC and is used during development of Flutter applications on iOS, there is another called KBC - that one is more like a classical bytecode, it is currently in development. > And is there a place where more details are available? You can get some high level information at https://mrale.ph/dartvm Let me know if you want to know something special. |
|
I haven't heard of this. Why another bytecode version? Increased performance?