《计算机体系结构》的原文摘录

  • Measuring performance of multiprocessors by linear speedup versus execution time. (查看原文)
    松仓 1赞 2012-02-13 14:55:40
    —— 引自章节:4 Multiprocessors and Thread-L
  • A natural question is whether WSCs are similar to modern clusters for high-performance computing. Although some have similar scale and cost... (查看原文)
    C55x 2012-01-27 15:07:18
    —— 引自第436页
  • The HPC clusters also tend to have long-running jobs that keep the server fully utilized, even for weeks at a time, while the utilization of servers in WSCs ranges between 10% and 50% and varies every day. (查看原文)
    C55x 2012-01-27 15:07:18
    —— 引自第436页
  • How do WSCs compare to conventional datacenters? (查看原文)
    C55x 2012-01-27 16:08:02
    —— 引自第436页
  • The Google rule of thumb is currently to use the low-end range of server class computers. (查看原文)
    C55x 2012-01-27 20:32:52
    —— 引自第473页
  • 在设计上必须有所取舍时,一定要优先考虑较常发生的事件 (查看原文)
    [已注销] 2012-09-07 17:05:11
    —— 引自第26页
  • 1.10 Putting It All Together: Performance, Price, and Power personal mobile devices (PMDs) (查看原文)
    容貌焦虑主理人 2013-04-11 09:32:18
    —— 引自第2页
  • (2) 存储器寻址。80x86(见附录图A-2)不需要对齐,但如果操作数是对齐的,访问速度通常会更快一些。 (See Figure A.5 on page A-8.) The 80x86 does not require alignment, but accesses are generally faster if operands are aligned. (见附录A图A.5) (查看原文)
    容貌焦虑主理人 2013-04-16 01:01:28
    —— 引自章节:1.3.1
  • 四插槽MD 四插槽AMD (查看原文)
    容貌焦虑主理人 2013-04-16 07:05:16
    —— 引自章节:1.10
  • A difficult decision is whether to make the cache hit time fast, to keep pace with the high clock rate of processors, or to make the cache large to reduce the gap between the processor accesses and main memory accesses. Adding another level of cache between the original cache and memory simplifies the decision (see Figure 2.3). The first-level cache can be small enough to match a fast clock cycle time, yet the second-level (or third-level) cache can be large enough to capture many accesses that would go to main memory. The focus on misses in second-level caches leads to larger blocks, bigger capacity, and higher associativity. Multilevel caches are more power efficient than a single aggregate cache. (查看原文)
    E.T 2013-06-20 16:00:13
    —— 引自第76页