Merge pull request #25 from TheFakeMontyOnTheRun/fix/fixTypoInCycleEaters

Fix OCR error/typo in chapter 4
This commit is contained in:
James Gregory 2019-08-13 21:27:53 +10:00 committed by GitHub
commit 5f35d647df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1053,7 +1053,7 @@ reduction can vary considerably and unpredictably, depending on how the
DRAM refreshes interact with your code's pattern of memory accesses.
When you use the Zen timer and get a fractional cycle count for the
execution time of an instruction, that's often the DRAM refresh
cycle-eater at work. (The display adapter cycleis another possible
cycle-eater at work. (The display adapter cycle is another possible
culprit, and, on 386s and later processors, cache misses and pipeline
execution hazards produce this sort of effect as well.) Whenever you get
two timing results that differ less or more than they seemingly should,