|
|
|
|
|
by mezoni
4208 days ago
|
|
> Do you use such a layer as a "Well structured intermediate language" in Dart VM? >> I don't understand the question. Dart VM uses intermediate representation when compiling, which is an implementation detail (unlike CLR IL - which well specified input to the VM essentially) I think that optimizing code easy if it represent in suitable form (intermediate format) for optimizations. Dart VM does have any specifications about how it represent code and data in such form (intermediate language). Intermediate language in this case means nothing more than the an intermediate language itself (with documentation) but not a some clases written in C++ language in VM project. Does you have it? |
|