From 0f941106001034a3f579b4ea722014f48e4391c8 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Wed, 2 Nov 2011 14:58:28 +0100 Subject: Unused now, we generate our own ASM. --- src/Run.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/Run.cpp b/src/Run.cpp index 1075554..399f516 100644 --- a/src/Run.cpp +++ b/src/Run.cpp @@ -44,8 +44,6 @@ Lock Run::global_mutex; int64 Run::_ops_per_chain = 0; double Run::_seconds = 1E9; -#define prefetch(x) __builtin_prefetch(x) - Run::Run() : exp(NULL), bp(NULL) { } @@ -363,12 +361,6 @@ Run::reverse_mem_init(Chain *mem) { return root; } -static int64 dumb_ck = 0; -void mem_chk(Chain *m) { - if (m == 0) - dumb_ck += 1; -} - static benchmark chase_pointers(int64 chains_per_thread, // memory loading per thread int64 bytes_per_line, // ignored int64 bytes_per_chain, // ignored -- cgit v1.2.3