processor cache meaning in English
处理器高速缓存
Examples
- In windows 2000 and later , a thread in a process can migrate from processor to processor , with each migration reloading the processor cache
在windows 2000及更高版本中,进程中的线程可以在处理器间迁移,每次迁移都重新加载处理器缓存。 - When a thread exits a synchronized block as part of releasing the associated monitor , the jmm requires that the local processor cache be flushed to main memory
当线程为释放相关监视器而退出一个同步块时, jmm要求本地处理器缓冲刷新到主存中。 - Specifying a processor for a thread can improve performance under heavy system loads by reducing the number of times the processor cache is reloaded
在系统负荷繁重的情况下,为线程指定处理器可以减少重新加载处理器缓存的次数,从而提高性能。 - Under heavy system loads , specifying which processor should run a specific thread can improve performance by reducing the number of times the processor cache is reloaded
在系统负荷繁重的情况下,指定哪个处理器运行特定的线程可以减少重新加载处理器缓存的次数,从而提高性能。 - Fields would be made directly to main memory , instead of to registers or the local processor cache , and that actions on volatile variables on behalf of a thread are performed in the order that the thread requested
字段的读写直接在主存而不是寄存器或者本地处理器缓存中进行,并且代表线程对volatile变量进行的这些操作是按线程要求的顺序进行的。