zoukankan      html  css  js  c++  java
  • Characteristics of Some CISCs, RISCs, and Superscalar Processors

    COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION

    Although RISC architectures have been defined and designed in a variety of
    ways by different groups, the key elements shared by most designs are these:
      •  A  large  number  of  general-purpose  registers,  and/or  the  use  of  compiler
    technology to optimize register usage
      •  A limited and simple instruction set
      •  An emphasis on optimizing the instruction pipeline
    Table 15.1 compares several RISC and non-RISC systems.
    We begin this chapter with a brief survey of some results on instruction sets,
    and then examine each of the three topics just listed. This is followed by a descrip-
    tion of two of the best-documented RISC designs.

  • 相关阅读:
    volatile关键字
    const关键字祥解
    extern关键字祥解
    gcc和g++使用澄清
    [APIO2014]连珠线
    点名
    四轮车
    盘子序列
    序列问题
    长途旅行
  • 原文地址:https://www.cnblogs.com/rsapaper/p/6238744.html
Copyright © 2011-2022 走看看