栈帧 meaning in Chinese
stack frame
Examples
- Value types are usually created on a method s stack frame , rather than in the garbage - collected heap
)值类型通常创建在方法的栈帧上,而不是在垃圾回收堆中。 - During a stack walk , if a stack frame asserting the required permission is encountered , a security check for that permission will succeed
在堆栈步期间,如果遇到断言所需要的权限的椎栈帧,对该权限的安全检查将会成功。 - 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指令调整调用者的栈帧大小,并为被调用过程分配部分栈帧,在调用点处从调用者和被调用者两个角度尽量缩减各自的栈帧,从而减少栈帧的溢出。