• 所以这个函数中,我们使用指针链接寄存器保存一个本地变量

    So, in this function, we are using the back chain pointer, the link register save area, and one local variable.

    youdao

  • 本地变量空间用作函数通用存储空间寄存器保存用于保存函数所使用非可变寄存器

    The local variable space is used as a general storage area for the function, and the register save area is used to save the values of non-volatile registers that the function USES.

    youdao

  • 例如通过调用一个可以为SESSION_USER特殊寄存器提供函数设置变量使用它取回当前用户部门编号

    For example, a variable could be set by invoking a function that supplies the value of the SESSION_USER special register to fetch the department number for the current user.

    youdao

  • 生命范围之外变量不再使用寄存器可以其他变量使用这样编译器就可以安排更多变量寄存器当中。

    In between live ranges, the value of a variable is not needed: it is dead, so its register can be used for other variables, allowing the compiler to allocate more variables to registers.

    youdao

  • 如果一个函数频繁使用全局变量我们可以使用局部变量,作为全局变量拷贝这样可以使用寄存器

    If a function USES global variables heavily, it is beneficial to copy those global variables into local variables so that they can be assigned to registers.

    youdao

  • 这种策略我们采用与策略1相同方法来访问设备寄存器,也就是使用本地寄存器变量

    In this strategy, you'll access the device's register the same way as in strategy 1using local register variables.

    youdao

  • 使用关键字register修饰最经常使用变量告诉编译这个变量经常用到,要求编译器使用非常优先级将此变量分配寄存器中。

    Using register for frequently-used variables: this tells the compiler that the register variable is going to be frequently used, so it should be allocated to a register with a very high priority.

    youdao

  • 通常分析数据依存性分析,用来确定指令使用变量(寄存器内存位置)是否另一指令修改

    The most common analysis is data dependence analysis, which is to determine the instructions that use the variable (register or memory location) modified by another instruction.

    youdao

  • 通常分析数据依存性分析,用来确定指令使用变量(寄存器内存位置)是否另一指令修改

    The most common analysis is data dependence analysis, which is to determine the instructions that use the variable (register or memory location) modified by another instruction.

    youdao

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

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

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