comment out inlineprefetch...wasn't supposed to uncomment
authorbdemsky <bdemsky>
Tue, 13 Oct 2009 01:16:43 +0000 (01:16 +0000)
committerbdemsky <bdemsky>
Tue, 13 Oct 2009 01:16:43 +0000 (01:16 +0000)
Robust/src/Runtime/DSTM/interface/trans.c

index 4ba7c47ce7734150ecbdaeee197fe9d1d7db0bb2..81cd2081cbd95bbafb5a6bb20e2250255f0bc799 100644 (file)
@@ -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