网站大量收购独家精品文档,联系QQ:2885784924

系统结构-ch5-2013.ppt

  1. 1、本文档共158页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
本章要点 5.1 存储系统的原理 5.1.1 概念 层次化存储系统的基本特征 5.1.2? 存储系统的一般组成 5.1.3 Design principle of Hierarchy Memory System Basic Principles: locality and cost/ performance of memory technology The principle of locality: Programs tend to reuse data and instructions they have used recently. A rule of thumb: a program spends 80% of its execution time in only 20% of the code. Locality An implication of locality is that we can predict with reasonable accuracy what instructions and data a program will use in the near future based on its accesses in the recent past. Temporal locality——Recently accessed items are likely to be accessed in the near future. Spatial locality——Items whose addresses are near one another tend to be referenced close together in time. Design resolution The principle of locality + The smaller Memory is faster led to the hierarchy based on memories of different speeds and sizes. The importance of memory hierarchy has increased with advances in performance of processors. Typical Levels in a Hierarchical Memory The Need for a Memory Hierarchy The levels of the hierarchy usually subset one another; all data in one level is also found in the level below, and all data in that lower level is found in the one below it, and so on until we reach the bottom of the hierarchy. Each level maps addresses from a larger memory to a smaller but faster memory higher in the hierarchy. At the same time of address mapping, address checking and protection schemes for scrutinizing address are taken place too. 18.2 What Makes a Cache Work? Desktop, Drawer, and File Cabinet Analogy Temporal and Spatial Localities 5.1.5? 存储系统性能的三个重要参数 ——容量S、速度T以及价格C Effectiveness of the memory hierarchy CPU execution time = instr. Count ? CPI ? CCtime = (CPU clock cycles + memory stall cycles ) ? CCtime Memory stall cycles = Instr. count ? Memory references per instr. ? Miss rate ? miss penalty Miss rate = cache miss count / total Cache access times Miss penalty : Cost of one cache

文档评论(0)

bbnnmm885599 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档