logo
分类于: 计算机基础 人工智能

简介

A Primer on Memory Consistency and Cache Coherence

A Primer on Memory Consistency and Cache Coherence 9.5分

资源最后更新于 2020-08-23 16:18:15

作者:Mark Hill

出版社:Morgan & Claypool

出版日期:2012-01

ISBN:9781608455645

文件格式: pdf

标签: 计算机体系结构 计算机 体系结构 memory architecture 计算机科学 计算机技术 编程

简介· · · · · ·

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 rul...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

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 Coherency
Author Biographies