We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8e3c0f + b2ad5d1 commit 6330fa2Copy full SHA for 6330fa2
1 file changed
README.md
@@ -16,6 +16,10 @@ consult the Krun documentation (fetched into `krun/` by `build.sh`), as there
16
is a great deal of manual intervention needed to compile a tickless kernel,
17
disable Intel P-states, set up `rc.local` etc.
18
19
+Note that the experiment is designed to run on amd64 machines running Debian 8
20
+or OpenBSD. Newer versions of Debian do not currently work due to a C++ ABI
21
+bump which would require a newer C++ compiler (a newer GCC or perhaps clang).
22
+
23
## Print-traced Benchmarks
24
25
The paper mentions that to ensure benchmarks are "AST deterministic", we
0 commit comments