elision
常見(jiàn)例句
- Best guess why: some lock-related optimizations (such as lock elision or lock biasing) failed to kick in (see Resources).
我猜測(cè)其原因可能是一些與鎖相關(guān)的優(yōu)化(比如鎖省略或鎖 biasing)無(wú)法進(jìn)行(參見(jiàn) 參考資料)。 - While all of the lock acquisitions will be uncontended and therefore fast, the compiler can actually eliminate the synchronization entirely using lock elision.
雖然所有鎖的獲得都是非競(jìng)爭(zhēng)的,所以很快,但是編譯器實(shí)際上可以用鎖省略把同步完全清除掉。 - On the surface it looks as though lock elision allows us to write thread safe code without any synchronization penalty for using in cases where it really wasn't needed.
從表面上看,鎖省略似乎可以允許我們不必忍受同步帶來(lái)的負(fù)擔(dān),就可以編寫線程安全的代碼了,前提是在同步的確是多余的情況下。 - Chalk it up to yet another elision in the academic journals.
FORBES: Trashing The Gold Standard is Now The Stuff Of Amateurs 返回 elision