...程序员她提供了一个简单的sequential语义,特别是对于内存操作,即:编译器和处理器保证程序的内存操作和程序次序(program order)是相同就行了。严格遵守sequential semantic,会让程序的性能大大降低。
基于20个网页-相关网页
... 逻辑指令 logic order 程序指令 program order 可编程逻辑器件 PLD(programmable logic device) ...
基于16个网页-相关网页
...看出,顺序一致性主要约定了两件事情: (1)从单个线程的角度来看,每个线程内部的指令都是按照程序规定的顺序(program order)来执行的;(2)从整个多线程程序的角度来看,整个多线程程序的执行顺序是按照某种交错顺序来执行的,且是全局一致的;下面我们通...
基于16个网页-相关网页
Program Order View 程序顺序视图 ; 顺序次第视图
program order address [计] 程序指令地址
Program Order Rule 程序次序规则
Special Project Program Order 特殊工程设计程序
order program 命令程序
Order Program Manager 订单计划经理
service order program 服务指令程序 ; 服务次序程序
Each action in a thread happens-before every action in that thread that comes later in the program order.
线程中的每一个操作happens - before这个线程中在程序顺序中后面出现的每一个操作。
It stores the instruction, the logical program order of instructions, and the completion order of instructions in the group.
它存储指令、指令的逻辑程序次序和指令在组中的完成次序。
The compiler is actually free to take some liberties with the program order within a thread as long as as-if-serial semantics are preserved.
编译器实际上对在线程中使用程序顺序是可以有一些自由的——只要保留了as - if - serial语义。
应用推荐