processor cache meaning in English
处理器高速缓存
Examples
- Although efficient from an operating system point of view , this activity can reduce microsoft sql server performance under heavy system loads , as each processor cache is repeatedly reloaded with data
虽然从操作系统方面而言,此活动是高效的,但是在高系统负荷的情况下,该活动会降低microsoft sql server的性能,因为每个处理器缓存都会不断地重新加载数据。 - Invalidating any variables cached in thread - local memory such as an on - processor cache or processor registers , which will cause the processor to re - read any variables used in the synchronized block from main memory
使得缓存在线程局部内存(比如说处理器缓存或者处理器寄存器)中的所有变量都失效,这样就会导致处理器重新从主存中读取同步代码块使用的变量。 - Because of the performance benefits of using processor registers and per - processor caches to speed up memory access , the java language specification permits some memory operations not to be immediately visible to all other threads
由于使用处理器寄存器和预处理cache来提高内存访问速度带来的性能提升, java语言规范( jls )允许一些内存操作并不对于所有其他线程立即可见。