How to compile libjit from source
Libjit is a GNU library which can be used to generate machine code on the fly. You can use this library to add Just-in-Time compilation to your interpreter.
This is the commands that is needed to get latest source and compile this library.
sudo apt-g...
mahdix.com1 min read