Speculation is a very effective way to improve instructionlevelparallelism as an advance compiler optimization technique.
投机优化技术作为一种先进的现代编译技术,有效地提高了指令执行的并行性。
2
Instruction scheduling is used to exploit the instructionlevelparallelism (ILP) inherent in program through reordering its instructions.
指令调度通过调整指令之间的顺序来提高指令级并行度(ILP)。
3
Software pipelining is a loop scheduling technique which extracts instructionlevelparallelism by overlapping the execution of several consecutive iterations.