A Primer on Memory Consistency and Cache Coherence (Synthesis Lectures on Computer Architecture)

Daniel J. Sorin, Mark D. Hill, David A. Wood

  • 出版商: Morgan & Claypool
  • 出版日期: 2011-05-12
  • 售價: $1,900
  • 貴賓價: 9.5$1,805
  • 語言: 英文
  • 頁數: 210
  • 裝訂: Paperback
  • ISBN: 1608455645
  • ISBN-13: 9781608455645
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

相關主題

商品描述

Many modern computer systems and most multicore chips (chip multiprocessors) support shared memory in hardware. In a shared memory system, each of the processor cores may read and write to a single shared address space. For a shared memory machine, the memory consistency model defines the architecturally visible behavior of its memory system. Consistency definitions provide rules about loads and stores (or memory reads and writes) and how they act upon memory. As part of supporting a memory consistency model, many machines also provide cache coherence protocols that ensure that multiple cached copies of data are kept up-to-date. The goal of this primer is to provide readers with a basic understanding of consistency and coherence. This understanding includes both the issues that must be solved as well as a variety of solutions. We present both highlevel concepts as well as specific, concrete examples from real-world systems.

Table of Contents: Preface / Introduction to Consistency and Coherence / Coherence Basics / Memory Consistency Motivation and Sequential Consistency / Total Store Order and the x86 Memory Model / Relaxed Memory Consistency / Coherence Protocols / Snooping Coherence Protocols / Directory Coherence Protocols / Advanced Topics in Coherence / Author Biographies

商品描述(中文翻譯)

許多現代計算機系統和大多數多核心晶片(晶片多處理器)在硬體上支援共享記憶體。在共享記憶體系統中,每個處理器核心都可以讀取和寫入單一的共享位址空間。對於共享記憶體機器,記憶體一致性模型定義了其記憶體系統在架構上可見的行為。一致性定義提供了有關載入和儲存(或記憶體讀取和寫入)的規則,以及它們如何作用於記憶體。作為支援記憶體一致性模型的一部分,許多機器還提供快取一致性協議,以確保多個快取的數據副本保持最新。這本入門書的目標是讓讀者對一致性和一致性有基本的理解。這種理解包括必須解決的問題以及各種解決方案。我們將介紹高層次的概念以及來自現實世界系統的具體實例。

目錄:前言 / 一致性和一致性的介紹 / 一致性基礎 / 記憶體一致性的動機和順序一致性 / 總儲存順序和 x86 記憶體模型 / 放寬的記憶體一致性 / 一致性協議 / 監聽一致性協議 / 目錄一致性協議 / 一致性的進階主題 / 作者簡介