Store Buffer的意思|示意
存储缓冲区
Store Buffer的网络常见释义
缓冲区 同样的,多核CPU中的写缓冲区(store buffer)也可能实验乱序优化:它会把要写入内存的值先在缓冲区中缓存起来,以便让该写操纵之后的指令先履行,进而呈现违背次序一致性的履...
存储缓存 主线程将它已经提交的存储指令所操作的值和地址都存放在一个存储缓存(store buffer,StB)中。CRT会通过将尾线程的存储指令中的值和地址与StB中的项进行比较来判断是否有错误发生。
写缓存 比如双核,CPU0执行到释放锁得时候,由于CPU高速缓存(cache)和写缓存(Store Buffer)的存在,主内存中可能_instance对象还没有创建,当CPU1执行到_instance==null时候,判断为true,然后接下去就创建了另外一个对象...
存储缓冲区 ... 数据缓存(Data Cache) 存储缓冲区(Store Buffer) 可编程中断控制器(Programmable Interrupt Controller) ...
Store Buffer相关短语
1、 buffer store 缓冲存储器 ; 缓冲积蓄器 ; 缓冲储存器 ; 翻译
2、 store data buffer 存储数据缓冲器 ; 存储数据缓冲器英语
3、 Store Fill Buffer 写合并
Store Buffer相关例句
To rearrange the out of order packets, the application software must reserve a buffer to store the packets before the expected packet arrives.
为了对失序数据包进行重排序,应用程序需要预留一个适当的缓冲区以存储期望包到达之前的数据包。
A buffer overflow, or buffer overrun, occurs when a process attempts to store data beyond the boundaries of a fixed-length buffer.
当进程尝试将数据储存到固定长度的缓冲区的范围之外时,就会出现缓冲区溢出。
When MySQL must perform a sort, it allocates a sort buffer to store the rows as they're read from disk.
当 MySQL 必须要进行排序时,就会在从磁盘上读取数据时分配一个排序缓冲区来存放这些数据行。
Prepare, store and test media and buffer solution following manual or SOP.
根据说明书或SOP,进行培养基,缓冲液的配制,测试和保存。
On the receiver, this property defines the maximum size of the buffer used by the channel to store incoming messages not yet dispatched to the application.
在接收方,该属性可定义通道在存储尚未发送到应用程序的传入消息时所使用的缓冲区的最大大小。
That is, the framework USES the appropriate field data member as a buffer in which to store the contents of a record column.
也就是说,框架将合适的字段数据成员用作缓冲区,在该缓冲区中存储记录列的内容。