The first version of parallet is implemented in DOTNET. (The built-in GC saves a lot of work)
The current progress is implemented in the same compilation system at the same time
Explain execution, compile execution, call Il, call by IL, il type, New Type System
The mixing of these six items is very complicated.
Synchronous asynchronous mode conversion during mutual calls, parameter transfer and type conversion, which is very troublesome.
After some completed compilation and execution verification today, the performance is up to one hundred times higher than the interpretation execution.
(Chromejs is already exceeded. The advantage is that it supports strong types)
That is to say, although the increase in the compilation and execution process makes the implementation cumbersome, it is worth the money.
(But explain execution still has its meaning. It does not emit out of assembly, and will not cause more memory accumulation in the environment where new scripts are continuously executed)
-
This project plan is open-source and the plan is lgpl.
However, it is still in the verification stage, and the details are still to be sorted out.CodeIt's also messy.
When all the regulations are clear, it is the time for this project to become open-source.