Description
Provides GCC's just-in-time compilation library, allowing applications to generate and compile code at runtime through the GCC backend. It is useful for language runtimes, analysis tools, and advanced development workflows.
Most users install it only as a dependency. Developers use it when building software that needs dynamic code generation rather than a normal ahead-of-time compiler step.