The libjit library has an extensive set of routines that takes care of the bulk of the Just-In-Time compilation process, without tying the programmer down with language or bytecode specifics.
The libjit library has an extensive set of routines that takes care of the bulk of the Just-In-Time compilation process, without tying the programmer down with language or bytecode specifics.
To install libjit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libjit
To see what files were installed by libjit, run:
port contents libjit
To later upgrade libjit, run:
sudo port selfupdate && sudo port upgrade libjit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.