调用点 meaning in English
calling point
point of invocation
Examples
- To return to the point of the call , press the navigate backward button
若要返回到调用点,请按“向后定位”按钮。 - Control then passes to the calling code following the point of the procedure call . with a
之后,控制权将传递给过程调用点后面的调用代码。 - 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指令调整调用者的栈帧大小,并为被调用过程分配部分栈帧,在调用点处从调用者和被调用者两个角度尽量缩减各自的栈帧,从而减少栈帧的溢出。 - In autoore , a novel approach to extract java semantic relational model is presented . to get precise object relational result , the java code polymorphism invoke location is formal defined and a program analysis method based on extended class hierarchy graph ( echg ) is proposed
代码抽取是oore的起点,从起点开始支持理解是逆向工程的重要目标, autoore在java抽取中,抽取模型采用文中提出的java词法和语义两个模型,利用一个基于java扩展类层次图( echg )的多态调用点分析算法,得到更精确的静态对象关系。