Pārlūkot izejas kodu
Merge pull request #5 from erlingrj/patch-1
Fixed typo in how to run the Branch Profiler
master
Peter Aaser
GitHub
pirms 6 gadiem
vecāks
revīzija
f32d674616
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar
1 papildinājumiem un
1 dzēšanām
-
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. |
|
|
|
|