发表于2024-11-22
A Primer on Memory Consistency and Cache Coherence 2024 pdf epub mobi 电子书
入门读物推荐! 1)便宜!要是你们图书馆买了数据库,这本书是可以免费下载的。 2)分类讲解,比较细致,深入浅出。 缺点:难点问题,都用the content will not be covered in this primer带过。 总体,想学习存储模型和cache一致性的,是本不错的书。 前提,对体系结构有所了...
评分入门读物推荐! 1)便宜!要是你们图书馆买了数据库,这本书是可以免费下载的。 2)分类讲解,比较细致,深入浅出。 缺点:难点问题,都用the content will not be covered in this primer带过。 总体,想学习存储模型和cache一致性的,是本不错的书。 前提,对体系结构有所了...
评分入门读物推荐! 1)便宜!要是你们图书馆买了数据库,这本书是可以免费下载的。 2)分类讲解,比较细致,深入浅出。 缺点:难点问题,都用the content will not be covered in this primer带过。 总体,想学习存储模型和cache一致性的,是本不错的书。 前提,对体系结构有所了...
评分入门读物推荐! 1)便宜!要是你们图书馆买了数据库,这本书是可以免费下载的。 2)分类讲解,比较细致,深入浅出。 缺点:难点问题,都用the content will not be covered in this primer带过。 总体,想学习存储模型和cache一致性的,是本不错的书。 前提,对体系结构有所了...
评分入门读物推荐! 1)便宜!要是你们图书馆买了数据库,这本书是可以免费下载的。 2)分类讲解,比较细致,深入浅出。 缺点:难点问题,都用the content will not be covered in this primer带过。 总体,想学习存储模型和cache一致性的,是本不错的书。 前提,对体系结构有所了...
图书标签: 计算机体系结构 计算机 体系结构 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 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.
很厉害
评分Coherence, consistency, atomicity, causality. 顺便提一下,之前想了半天的 x86 store load 乱序在书里有很好复现的例子。
评分好书,memory model和cc细节讲的很清楚,2020年2月出了第二版,添加了consistency-agnostic coherence和部分模型验证内容。
评分看了一半,感觉已经失去对底层或硬件层的兴趣
评分虽然叫Primer,但讲得比较深入
A Primer on Memory Consistency and Cache Coherence 2024 pdf epub mobi 电子书