cache miss 中文意思是什麼

cache miss 解釋
高速緩存未中
  • cache : n. 1. (探險者等貯藏糧食、器材等的)暗窖,密藏處。2. 貯藏物。3. 【計算機】高速緩沖內存。vt. 1. 貯藏;密藏;窖藏。2. 【計算機】把…儲存到硬盤上。
  • miss : n (pl misses)1 〈M 〉…小姐。2 〈謔、蔑〉姑娘,(特指)小女學生。 3 〈對女傭人,女店員的稱呼〉小...
  1. The item is evicted from the cache and the request is handled as a cache miss

    從該緩存中收回項並將請求當作緩存未命中處理。
  2. Indicates that the cached page is invalid, the page is evicted from the cache, and the request is handled as a cache miss

    指示緩存頁無效,將從緩存中移除該頁,並且該請求將被作為緩存未命中處理。
  3. Causes the request to be treated as a cache miss

    導致將請求視為緩存未命中處理。
  4. Indicates that the request is treated as a cache miss and the page is executed

    指示將請求當作緩存未命中處理並執行該頁。
  5. Thus, every cache miss on the server triggered a callback rpc that had to fetch the user s credential stkt pac in its entirety

    因此,服務器上的每次緩存缺頁都會觸發一個rpc回調,它會獲取整個完整的用戶證書( stkt + pac ) 。
  6. Adaptive stack cache with fast address generation policy decouples stack references from other data references, improves instruction - level parallelism, reduces data cache pollution, and decreases data cache miss ratio. stack access latency can be reduced by using fast address generation scheme proposed here

    該方案將棧訪問從數據高速緩存的訪問中分離出來,充分利用棧空間數據訪問的特點,提高指令級并行度,減少數據高速緩存污染,降低數據高速緩存失效率,並採用快速地址計算策略,減少棧訪問的命中時間。
  7. These qualities make it ideal for things like on - line transaction processing oltp, business intelligence, enterprise resource planning, and other large and hyphenated, function - rich, database - enabled, multi - user, multi - tasking jobs with high cache miss rates - including web serving

    這些特性使rs64晶元非常適合一些系統,例如聯機事務處理( oltp ) 、商業智能、企業資源計劃( erp )以及其他一些大型的、功能強大的、具有多用戶和多任務而緩存命中率很低的系統,其中包括web服務。
  8. One reason for slow programs is that they take more page faults or miss the cache more often than necessary

    程序慢的一個原因是它們接受的頁錯誤比需要的多,或者未命中緩存的頻率比需要的高。
  9. In order to make better use of instruction fetch units, we also propose some new strategies, memcount policy and precount policy, base on cache miss rate and branch predict taken rate

    該演算法在多線索條件下, cache的缺失率相比單線索條件下的random演算法與lfu演算法而言有較為明顯的降低。
  10. It can also be applied to multithread scheme by adding thread identifier. our experiment results indicate that about 25. 8 % of all memory reference instructions in spec cpu2000 benchmarks are executed in parallel by adopting adaptive stack cache with fast address generation. on average 9. 4 % data cache miss is reduced

    Speccpu2000程序運行結果表明,採用快速地址計算的自適應棧高速緩存方案, 25 . 8 %的訪存指令可以并行執行,數據高速緩存失效率平均降低9 . 4 % , ipc值平均提高6 . 9 % 。
  11. Cache adaptive write allocate policy collects fully modified blocks in miss queue. fully modified blocks are written to lower level memory based on non - write allocate policy which can switch to write allocate policy adaptively

    該策略在訪存失效隊列中收集全修改cache塊,對全修改cache塊採用非寫分配策略,並能夠自適應地切換為寫分配策略。
  12. Cache api hit ratio the cache hit - to - miss ratio when accessed through the external cache apis

    當通過外部緩存api訪問時,緩存命中數與未命中數的比率。
  13. An instruction cache miss will occur when fetching this instruction, resulting in the fetching of the modified instruction from storage

    當取這個指令時會發生指令高速緩存失敗,結果就會從存儲器中取得修改後的指令。
  14. Cache lookup routines often take an input parameter that says whether a cache miss should or should not create a new element and add it to the cache

    緩存查方規常的詢式通常是輸入一個叄數到緩存,來判斷緩存是個這過錯否參數,如果失敗就應該新建一個新的元素而且到入加它把緩存中。
  15. The next time, the portal access control component requests this information, there will be a cache miss, and the most current information is read from the portal configuration database

    當門戶訪問控制組件下一次請求這一信息時,將有緩存丟失,並且最新的信息是從門戶配置數據庫中讀取的。
  16. Comparing with other cache store miss policies, cache adaptive write allocate policy avoids unnecessary memory traffic, reduces cache pollution and decreases memory queue full rate without increasing hardware overhead

    與傳統的cache寫失效處理策略相比, cache自適應寫分配策略硬體代價小,避免了不必要的數據傳輸,降低cache污染,減少存儲管理隊列阻塞的頻率。
分享友人