From: bdemsky Date: Tue, 13 Oct 2009 01:16:43 +0000 (+0000) Subject: comment out inlineprefetch...wasn't supposed to uncomment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ead95cb9b7739c3acec2d95e1f534194f02145a0;p=IRC.git comment out inlineprefetch...wasn't supposed to uncomment --- diff --git a/Robust/src/Runtime/DSTM/interface/trans.c b/Robust/src/Runtime/DSTM/interface/trans.c index 4ba7c47c..81cd2081 100644 --- a/Robust/src/Runtime/DSTM/interface/trans.c +++ b/Robust/src/Runtime/DSTM/interface/trans.c @@ -287,7 +287,7 @@ inline int findmax(int *array, int arraylength) { return max; } -#define INLINEPREFETCH +//#define INLINEPREFETCH #define PREFTHRESHOLD 4 /* This function is a prefetch call generated by the compiler that