From 03412b9f841f140b9b7410a1890298e3ac2835db Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Tue, 20 Oct 2020 13:35:52 -0400 Subject: TACLe and DIS benchmark fixes - Use consistent approach to prevent computations from being optimized out in the DIS benchmarks - Don't print results in the DIS benchmarks - Fix a memory corruption in TACLe's "epic" benchmark reflect1() - Fix return codes for all benchmarks - Rename run_baseline.sh to run_bench.sh in preperation for this being the main benchmarking script --- dis/Pointer/pointer.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dis/Pointer/pointer.c') diff --git a/dis/Pointer/pointer.c b/dis/Pointer/pointer.c index d97f276..0325c64 100644 --- a/dis/Pointer/pointer.c +++ b/dis/Pointer/pointer.c @@ -146,10 +146,11 @@ int main(int argc, char **argv) { endTime = time(NULL); - volatile int _stop_optimizer = thread[l].hops + l; - /*for (l=0; l