代码序列 meaning in Chinese
code sequence
Examples
- After every instruction fetch, if we increment this address, it will accurately point to the next instruction in the sequence .
在每次取指令后,如果我们使地址增量,那么就会准确地指向指令代码序列中的下一条指令。 - Instructions to produce a fast but longer sequence of code
指令,以产生执行速度快但较长的代码序列: - A stack probe is a sequence of code the compiler inserts into every function call
堆栈探测是编译器插入到每个函数调用中的代码序列。 - The compiler implements the multiply expression in the return statement explicitly as a multiply to produce a short but slower sequence of code
)编译differ . c时,编译器将返回语句中的乘法表达式显式实现为乘法,以产生短小但较慢的代码序列: