栈寄存器 meaning in Chinese
stack register
Examples
- At length , the thesis expounds the register stack and register stack engine in itanium and analyses the existed improvements to stack register allocation strategy in detail
本文最后概述了itanium中的栈寄存器和rse机制,并详细分析和比较现存的栈寄存器分配优化方案。 - Here a delaying - allocation optimizing strategy is proposed , it adopts a coarse - grained adjustment of the stack frame . at the call site allocations , the caller ’ s stack frame is reduced according to the actual usage while the callee only be allocated a limited stack frame , consequently , the potential spill is reduced to the best advantage
本文提出一种基于延迟分配的栈寄存器分配策略,为了减少额外代价,采用粗粒度的栈帧调整策略,在调用点处使用alloc指令调整调用者的栈帧大小,并为被调用过程分配部分栈帧,在调用点处从调用者和被调用者两个角度尽量缩减各自的栈帧,从而减少栈帧的溢出。 - Many traditional optimizations such as register allocation optimizations are able to reduce the energy consumption indirectly while reducing the executed instructions . for instance , the improvements to the code generation techniques for the register stack can reduce the register saves and restores , further reduce the energy consumption and the execution delay
例如在itanium中,对栈寄存器分配的优化,可以减少rse ( registerstackengine )的溢出和填入操作,从而减少了处理器的等待时间,同时,降低了指令执行带来的功耗。