1 repo
Tools that combine object files into executable binaries or libraries with support for cross-module optimization.
Distinguishing note: Specifically handles the final stage of binary creation and code layout optimization.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Linkers. Refine with filters or upvote what's useful.
The project is a modular compiler infrastructure framework designed for building programming language toolchains, frontends, and backends. It provides a comprehensive suite of reusable libraries and tools that enable developers to transform source code into efficient native executables across diverse hardware architectures and operating systems. At its core, the system utilizes a language-agnostic intermediate representation bitcode, which serves as a unified format for code analysis, optimization, and machine-specific code generation. What distinguishes this framework is its highly decoupled
Combines object files into executable binaries while performing cross-module optimizations and architecture-specific code layout.