Anything out there other than llvm ? libjit doesn't seem very active.. I need a really fast and stable jitter. Even at the expense of features.. (preferably under c++)
A:
As far as I know, libjit is fairly stable, ie it might be a viable option even if it's inactive. Some other alternatives are GNU lightning and Mozilla's Nanojit.
Christoph
2010-04-05 12:24:25
Tried them both. They won't even compile on my ubuntu machine..
bugspy.net
2010-04-05 16:23:00
If you need fast and stable jit for Linux, then probably you really stuck with mono and llvm.By the way, what's wrong with llvm, why it does not fit?
SK-logic
2010-04-17 09:07:33
llvm is wonderful. I really enjoy working with it. I just wonder about any faster alternatives.
bugspy.net
2010-04-17 20:44:05
A:
Mono, Microsoft .NET, JVM. They all are quite embeddable into a C++ application.
SK-logic
2010-04-17 09:06:00