GitHub - BitFunnel/NativeJIT: A C++ expression -> x64 JIT
NativeJIT
NativeJIT is an open-source cross-platform library for high-performance
just-in-time compilation of expressions involving C data structures.
The compiler is light weight and fast
and it takes no dependencies beyond the standard C++ runtime.
It runs on Linux, OSX, and Windows.
The generated code is optimized with particular attention paid
to register allocation.
The compiler was developed by the Bing team for use in the Bing search engine.
One important use is scoring documents containi...
Read more at github.com