Artur wrote:
> I think that JIT compiler should be written for specific VM. Of course
> it can use the common source for some parts, but decision for which VM
> it will generate code should be taken at compile time, not at runtime.
> You propose a way to be able to use same binary JIT library in various
> VMs. There is no need for it. It is a lot easier to have separate JITs
> for every VM.
If that's a common viewpoint, then fine. I certainly have no problem with
using a much simpler interface with the JIT. Unless anyone has a good
reason to like my previous idea, we can just drop it.
Chris