Using and porting GNU lightning

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.

Contribute

GNU lightning is usable in complex code generation tasks. The available backends cover the i686, x86_64, mips, arm, ppc, and sparc architectures.

Contact Paulo Andrade or subscribe to the mailing list for more information and bug reports, or especially offer to write more backends.

GNU lightning Resources

Releases are available from ftp.gnu.org. Documentation is available on-line.

The Free Software Foundation is the principal organizational sponsor of the GNU Operating System. Our mission is to preserve, protect and promote the freedom to use, study, copy, modify, and redistribute computer software, and to defend the rights of Free Software users. Support GNU and the FSF by buying manuals and gear, joining the FSF as an associate member or by making a donation, either directly to the FSF or via Flattr.

back to top