prefetch core seems to be behaving, comment out prefetch_debug to improve performance

This commit is contained in:
Jonathan Campbell 2018-02-14 09:03:44 -08:00
parent a3ad75950c
commit d22a74d135

View File

@ -133,7 +133,7 @@ static Bitu pq_reload;
static double pq_next_dbg=0;
static unsigned int pq_hit=0,pq_miss=0;
#define PREFETCH_DEBUG
//#define PREFETCH_DEBUG
/* WARNING: This code needs MORE TESTING. So far, it seems to work fine. */