Monday, April 20, 2009

AsmJit - Binary Code Generation at Runtime?

Wanna generate high performance binary code on the fly at runtime, all through a simple C++ API? AsmJit might be the answer:

http://code.google.com/p/asmjit/

We already have such nifty libraries for the JVM such as ASM and BCEL. This is the first time I've seen it for native x86.

another introduction: http://cplus.about.com/b/2009/04/19/something-a-bit-different-asmjit.htm



[Update] More JIT Libraries:
GNU lightning (LGPL)
libJIT (LGPL)

No comments:

Post a Comment