summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Besard <tim.besard@gmail.com>2011-11-21 11:06:57 +0100
committerTim Besard <tim.besard@gmail.com>2011-11-21 11:09:34 +0100
commit2cca0b120b7d8bd6c429430a97333c86d9784763 (patch)
treee4c56be36e1204a02d96f2c26dd08a9cd4536747
parentc5ab23351a31cf095563e978a46698d83180e845 (diff)
Updating README and adding AUTHORS.
-rw-r--r--AUTHORS3
-rw-r--r--README2
2 files changed, 4 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..8829ea9
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,3 @@
+Douglas M. Pase
+Tim Besard
+
diff --git a/README b/README
index 327e1e1..8cca0b0 100644
--- a/README
+++ b/README
@@ -17,5 +17,5 @@ History
pChase was originally written by Doug Pase, during the years 2007-2008.
-In 2011, as part of a graduate project on advanced computer architecture, Tim Besard added a few features in order to benchmark the software prefetching capabilities of modern processor generations.
+In 2011, as part of a graduate project on advanced computer architecture, Tim Besard added a few features in order to benchmark the software prefetching capabilities of modern processor generations. This included moving the benchmarking code to be generated by a x86 JIT compiler, allowing the benchmark to be parameterised without overhead within the hotpath.