JMM中文,JMM的意思,JMM翻译及用法

2025-11-24 06:58 浏览次数 17

JMM

abbr. 日本微电机公司(Japan Micro Motor Co)

JMM 例句

英汉例句

  • 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要求本地处理器缓沖刷新到主存中。

  • After 24 rounds with JMM, JMM wins more rounds than Pacquiao.

    总共24回合比赛,马奎兹赢了更多回合。

  • The locks are created when the map is created (there would be JMM problems if they were not.)

    锁在创建map的时候被创建(如果不在此时创建锁,将会出现JMM问题。)

  • Modern processors differ substantially in their memory models; the JMM should accommodate as many possible architectures as practical, without sacrificing performance.

    现代的处理器在它们的内存模型上有着很大的不同;JMM应该能够适合于实际的尽可能多的体系结构,而不会以牺牲性能为代价。

  • The other major area where the existing JMM caused some very confusing results was with memory operation reordering on volatile fields.

    另一个主要领域是与volatile字段的内存操作重新排序有关,这个领域中现有JMM引起了一些非常混乱的结果。

  • The existing JMM says that volatile reads and writes are to go directly to main memory, prohibiting caching values in registers and bypassing processor-specific caches.

    现有JMM 表明易失性的读和写是直接和主存打交道的,这样避免了把值存储到寄存器或者绕过处理器特定的缓存。

相关热词