mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
566683dcf5
Generates assembly language code at run-time
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
GNU lightning is a library that generates assembly language code at run-time;
|
|
it is very fast, making it ideal for Just-In-Time compilers, and it abstracts
|
|
over the target CPU, as it exposes to the clients a standardized RISC
|
|
instruction set inspired by the MIPS and SPARC chips.
|
|
|
|
WWW: http://www.gnu.org/software/lightning/
|