Hacker News new | ask | show | jobs
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?

2 comments

As I said, we have intermediate language, but we don't accept it from outside of VM (for now).
>> As I said, we have intermediate language, but we don't accept it from outside of VM (for now).

Your approach very bad.

It does not help in the case where other professionals in this area can help you make VM better and effective.