美文网首页
Architecture

Architecture

作者: _Infinite | 来源:发表于2016-06-12 17:44 被阅读0次

    Reading Asignment

    A.1
    A.2
    C.1
    C.3
    C.2
    C.7
    3.4
    3.5
    3.3
    B.4

    题型

    判断
    简答
    综合

    什么是体系结构

    计算机体系结构是程序员所看到的计算机的属性,即概念性结构与功能特性。

    怎么提速

    • Parallelism

    • Make common case fast

    • Use principle of locality

    • Amdahl's law

    结构图

    Static ILP

    Loop Level Parallelism
    Loop Unrolling
    Software Pipling
    Predicted Instr
    VLIW

    Dynamic ILP

    Scoreboard
    Tamasolu
    Branch Prediction
    Spectulative

    Hazard

    Control Hazard

    Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png
    Branch_predictor

    Multicycle Instruction

    Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png

    Performence

    Paste_Image.png

    ILP

    Introduction to the compiler-based approach for high ILP

    Paste_Image.png

    Static

    Paste_Image.png Paste_Image.png Paste_Image.png

    Dynamic

    Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png

    Storage

    设计I/O三个标准是成本、性能和 容量。

    相关文章

      网友评论

          本文标题:Architecture

          本文链接:https://www.haomeiwen.com/subject/wnxkdttx.html