diff --git a/exercises/memory-hierarchies.qmd b/exercises/memory-hierarchies.qmd index d31771fc73f1a60485417080c93453e350a75956..2492e0d03eca10b7e14109c4e8a17287ad2c17fe 100644 --- a/exercises/memory-hierarchies.qmd +++ b/exercises/memory-hierarchies.qmd @@ -9,3 +9,5 @@ which in turn calls `fcyc2()` and `fcyc2_full()`. What happens there to ensure that only the desired cache effects for the test function `f` are measured? Describe the mechanism and why it is necessary for accurate measurements in a short paragraph. Refer to the code and what you learned in the lecture about it. + +*In preparation for next weeks lecture on "Good Scientific Practice", please read the pages 5-9 from the [European Code of Conduct for Research Integrity](https://allea.org/wp-content/uploads/2023/06/European-Code-of-Conduct-Revised-Edition-2023.pdf).*