libgccjit 9.5.0 GCC library generating machine code on-the-fly at runtime
This package is part of the GNU Compiler Collection and provides an embeddable library for generating machine code on-the-fly at runtime. This shared library can then be dynamically-linked into bytecode interpreters and other such programs that want to generate machine code on-the-fly at run-time. It can also be used for ahead-of-time code generation for building standalone compilers. The just-in-time (jit) part of the name is now something of a misnomer.
- Website: https://gcc.gnu.org/
- License: GPL 3+
- Package source: gcc.scm
- Patches: snippet, gcc-9-strmov-store-file-names.patch, gcc-9-asan-fix-limits-include.patch, gcc-5.0-libvtv-runpath.patch
- Builds: x86_64-linux, aarch64-linux, powerpc64le-linux, i686-linux, armhf-linux, i586-gnu