浏览代码

Merge pull request #5 from erlingrj/patch-1

Fixed typo in how to run the Branch Profiler
master
Peter Aaser GitHub 6 年前
父节点
当前提交
f32d674616
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      theory2.org

+ 1
- 1
theory2.org 查看文件

@@ -203,7 +203,7 @@
For this task it is necessary to use something more sophisticated than ~Map[(Int, Boolean)]~ to represent
your branch predictor model.

The skeleton code is located in ~testRunner.scala~ and can be run using testOnly FiveStage.ProfileTest.
The skeleton code is located in ~testRunner.scala~ and can be run using testOnly FiveStage.ProfileBranching.

With a 2 bit 8 slot scheme, how many mispredicts will happen?
Answer with a number.


正在加载...
取消
保存