Compilation Toolchain
Compilation processes have grown more complex over time. A compilation toolchain usually describes all necessary tools to go from the highest level of abstraction to the lowest level.
Classical
Full Definition
In some instances, a compilation toolchain covers only a selection of chained tools. They include the flow of data through the different tools, optimization techniques at various intermediate levels and interface descriptions to plug in new tools.
Examples
- Clang, C language family frontend.