Posted by Coder.
Results > Posts Filed Under > Compiler
Apr
17
Posted by Coder.
0
Southern Storm Software, Pty Ltd
The libjit library implements Just-In-Time compilation functionality. Unlike other JIT’s, this one is designed to be independent of any particular virtual machine bytecode format or language. The hope is that Free Software projects can get a leg-up on proprietry VM vendors by using this library rather than spending large amounts of time writing their own JIT from scratch.This JIT is also designed to be portable to multiple architectures.