
Speculative Threeading
skdskd
这个作者很懒,什么都没留下…
展开
-
推测多线程相关概念补遗
1.非规则程序:是指一类含有树、图、链表等数据结构比较复杂没有规律的程序。2.live-ins:values consumed,but not produced by,the thread. live-ins :those register and memory values that are consumed by the speculative thread and may be...2011-10-09 16:46:26 · 112 阅读 · 0 评论 -
SMT、CMP、SMP
1、多线程 同时多线程Simultaneous multithreading,简称SMT。SMT可通过复制处理器上的结构状态,让同一个处理器上的多个线程同步执行并共享处理器的执行资源,可最大限度地实现宽发射、乱序的超标量处理,提高处理器运算部件的利用率,缓和由于数据相关或Cache未命中带来的访问内存延时。当没有多个线程可用时,SMT处理器几乎和传统的宽发射超标量处理器一样。SMT最具...原创 2011-10-10 15:17:49 · 308 阅读 · 0 评论 -
Prophet 安装过程
1.前期准备 操作系统:ubuntu11.10或9.10 gcc,g++:4.2 csh,bison,flex2.安装过程 --检测系统环境并安装相应的环境 gcc -v g++ -v sudo apt-get install gcc-4.2 g++-4.2 /*如果没有4.2版本,要更新源 sudo gedit /etc/apt/sou...原创 2011-10-24 22:39:39 · 1027 阅读 · 0 评论 -
Prophet使用经验
1.Prophet_ssl:交叉编译与模拟器 prophet_ssl/binutils-2.18.50 交叉编译 prophet_ssl/prophet_vmips_pipeline 模拟器2.i386-redhat-linux 编译器前端3. suifvm /home/alex/Prophet/work/testcase/health/health.porky 这个文件中包含...原创 2011-10-27 10:28:02 · 363 阅读 · 0 评论