咨询与建议

限定检索结果

文献类型

  • 3 篇 期刊文献
  • 3 篇 会议

馆藏范围

  • 6 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 6 篇 工学
    • 6 篇 计算机科学与技术...
    • 3 篇 电气工程
    • 1 篇 电子科学与技术(可...
    • 1 篇 软件工程

主题

  • 6 篇 out-of-order com...
  • 1 篇 compilers
  • 1 篇 microarchitectur...
  • 1 篇 memory consisten...
  • 1 篇 long latency ope...
  • 1 篇 overlapping cach...
  • 1 篇 load reordering
  • 1 篇 tso
  • 1 篇 memory hierarchy...
  • 1 篇 resource release
  • 1 篇 instruction-leve...
  • 1 篇 control dependen...
  • 1 篇 performance eval...
  • 1 篇 processing-in-me...
  • 1 篇 hardware-softwar...
  • 1 篇 instruction sche...
  • 1 篇 architecture/com...
  • 1 篇 processor design
  • 1 篇 out-of-order exe...
  • 1 篇 exception handli...

机构

  • 2 篇 uppsala univ dep...
  • 1 篇 univ politecn ca...
  • 1 篇 univ calif irvin...
  • 1 篇 univ murcia dept...
  • 1 篇 univ politecn va...
  • 1 篇 hexin technol pe...
  • 1 篇 univ politecn va...
  • 1 篇 tsinghua univ pe...
  • 1 篇 innovat inst hig...
  • 1 篇 natl univ singap...
  • 1 篇 nus dept comp sc...

作者

  • 3 篇 carlson trevor e...
  • 2 篇 alipour mehdi
  • 2 篇 kaxiras stefanos
  • 1 篇 huang yi
  • 1 篇 feng chunyang
  • 1 篇 ros alberto
  • 1 篇 sahuquillo borra...
  • 1 篇 liu leibo
  • 1 篇 liu yang
  • 1 篇 black-schaffer d...
  • 1 篇 ubal tena rafael
  • 1 篇 gou pengfei
  • 1 篇 diavastos andrea...
  • 1 篇 veidenbaum alexa...
  • 1 篇 chen dibei
  • 1 篇 wei shaojun
  • 1 篇 hajiabadi ali
  • 1 篇 petit marti salv...
  • 1 篇 zhang tairan
  • 1 篇 zhu jianfeng

语言

  • 6 篇 英文
检索条件"主题词=out-of-order commit"
6 条 记 录,以下是1-10 订阅
排序:
NOREBA: A Compiler-Informed Non-speculative out-of-order commit Processor  21
NOREBA: A Compiler-Informed Non-speculative Out-of-Order Com...
收藏 引用
26th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS)
作者: Hajiabadi, Ali Diavastos, Andreas Carlson, Trevor E. Natl Univ Singapore Singapore Singapore Univ Politecn Cataluna Barcelona Spain
Modern superscalar processors execute instructions out-of-order, but commit them in program order to provide precise exception handling and safe instruction retirement. However, in-order instruction commit is highly c... 详细信息
来源: 评论
Maximizing Limited Resources: a Limit-Based Study and Taxonomy of out-of-order commit
收藏 引用
JOURNAL OF SIGNAL PROCESSING SYSTEMS FOR SIGNAL IMAGE AND VIDEO TECHNOLOGY 2019年 第3-4期91卷 379-397页
作者: Alipour, Mehdi Carlson, Trevor E. Black-Schaffer, David Kaxiras, Stefanos Uppsala Univ Dept Informat Technol Uppsala Sweden NUS Dept Comp Sci Singapore Singapore
out-of-order execution is essential for high performance, general-purpose computation, as it can find and execute useful work instead of stalling. However, it is typically limited by the requirement of visibly sequent... 详细信息
来源: 评论
Orinoco: ordered Issue and Unordered commit with Non-Collapsible Queues  23
Orinoco: Ordered Issue and Unordered Commit with Non-Collaps...
收藏 引用
50th Annual International Symposium on Computer Architecture (ISCA)
作者: Chen, Dibei Zhang, Tairan Huang, Yi Zhu, Jianfeng Liu, Yang Gou, Pengfei Feng, Chunyang Li, Binghua Wei, Shaojun Liu, Leibo Tsinghua Univ Beijing Peoples R China Innovat Inst High Performance Server Beijing Peoples R China HEXIN Technol Xiamen Peoples R China
Modern out-of-order processors call for more aggressive scheduling techniques such as priority scheduling and out-of-order commit to make use of increasing core resources. Since these approaches prioritize the issue o... 详细信息
来源: 评论
Compiler-Assisted, Selective out-of-order commit
IEEE COMPUTER ARCHITECTURE LETTERS
收藏 引用
IEEE COMPUTER ARCHITECTURE LETTERS 2013年 第1期12卷 21-24页
作者: Duong, Nam Veidenbaum, Alexander V. Univ Calif Irvine Dept Comp Sci Irvine CA 92717 USA
This paper proposes an out-of-order instruction commit mechanism using a novel compiler/architecture interface. The compiler creates instruction "blocks" guaranteeing some commit conditions and the processor... 详细信息
来源: 评论
Non-Speculative Load-Load Reordering in TSO  17
Non-Speculative Load-Load Reordering in TSO
收藏 引用
44th Annual International Symposium on Computer Architecture (ISCA)
作者: Ros, Alberto Carlson, Trevor E. Alipour, Mehdi Kaxiras, Stefanos Univ Murcia Dept Comp Engn Murcia Spain Uppsala Univ Dept Informat Technol Uppsala Sweden
In Total Store order memory consistency (TSO), loads can be speculatively reordered to improve performance. If a load-load reordering is seen by other cores, speculative loads must be squashed and re-executed. In arch... 详细信息
来源: 评论
A Complexity-Effective out-of-order Retirement Microarchitecture
收藏 引用
IEEE TRANSACTIONS ON COMPUTERS 2009年 第12期58卷 1626-1639页
作者: Petit Marti, Salvador Sahuquillo Borras, Julio Lopez Rodriguez, Pedro Ubal Tena, Rafael Duato Marin, Jose Univ Politecn Valencia Dept Informat Sistemas & Computadores Valencia 46021 Spain Univ Politecn Valencia Escuela Tecn Super Ingn Informat Grp Arquitecturas Paralelas Valencia 46021 Spain
Current superscalar processors commit instructions in program order by using a reorder buffer ( ROB). The ROB provides support for speculation, precise exceptions, and register reclamation. However, committing instruc... 详细信息
来源: 评论