For years, processor makers consistently delivered increases in clock rates and instruction-levelparallelism, so that single-threaded code executed faster on newer processors with no modification.
However, this technique also increases the register pressure while it takes advantage of the instruction-levelparallelism, and the register spilling is an effective approach to solve this problem.
但该技术在提高指令并行性的同时也增加了寄存器压力,而寄存器溢出技术正是解决寄存器压力的有效方法。
3
By analyzing factors impacting upon the embedded system performance, an embedded system design method based on thread ideas is used, performance is improved with instructionlevelparallelism.