• 除了全局寄存器分配以外,实现了一个基本局部寄存器分配

    Besides global register allocation, local register allocation on basic block is also implemented. It cooperate with global register allocation in our methodology.

    youdao

  • 可以看到test1()中每次加法都需要读取存储全局变量errstest2()中,localerrs分配寄存器上,需要指令

    Note that test1 must load and store the global errs value each time it is incremented, whereas test2 stores localerrs in a register and needs only a single instruction.

    youdao

  • 全局变量不会分配寄存器修改全局变量需要通过指针或者调用函数方式间接进行

    Global variables are never allocated to registers. Global variables can be changed by assigning them indirectly using a pointer, or by a function call.

    youdao

  • 全局变量不会分配寄存器修改全局变量需要通过指针或者调用函数方式间接进行

    Global variables are never allocated to registers. Global variables can be changed by assigning them indirectly using a pointer, or by a function call.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定