05-20-2015, 05:41 AM
Here's something:
https://gcc.gnu.org/wiki/JIT
It uses a lib from the upcoming GCC 5.x to embed a C++ JIT compiler into a program. Looks like this might be handy if C++ JIT plugins are for some reason needed.
https://gcc.gnu.org/wiki/JIT
It uses a lib from the upcoming GCC 5.x to embed a C++ JIT compiler into a program. Looks like this might be handy if C++ JIT plugins are for some reason needed.