机器寄存器 meaning in English
machine register
Examples
- Compile - time variables are represented in machine registers and directly - accessed memory locations , once the operations have been compiled by psyco into machine code
一旦psyco将操作编译成机器码,那么编译时变量就会在机器寄存器和可直接访问的内存位置中表示。 - The thread context includes the thread s set of machine registers , the kernel stack , a thread environment block , and a user stack in the address space of the thread s process
线程上下文在线程进程的地址空间内包括线程的一组机器寄存器、核心( kernel )堆栈、线程环境块和用户堆栈。