文件名称:Survey on Instruction Selection
文件大小:1.04MB
文件格式:PDF
更新时间:2021-10-13 11:57:03
编译器 指令选择
Instruction selection is one of three optimization problems involved in the code generator back-end of a compiler. The instruction selector is responsible of transforming an input program from its target-independent representation into a target-specific form by making best use of the available machine instructions. Hence instruction selection is a crucial part of efficient code generation.