|
From: <sv...@va...> - 2009-01-23 04:55:52
|
Author: njn Date: 2009-01-23 04:55:49 +0000 (Fri, 23 Jan 2009) New Revision: 9048 Log: Turn fast stores back on again -- everything works just as well with them. Modified: branches/DARWIN/memcheck/mc_main.c Modified: branches/DARWIN/memcheck/mc_main.c =================================================================== --- branches/DARWIN/memcheck/mc_main.c 2009-01-23 04:27:46 UTC (rev 9047) +++ branches/DARWIN/memcheck/mc_main.c 2009-01-23 04:55:49 UTC (rev 9048) @@ -65,7 +65,7 @@ // Comment these out to disable the fast cases (don't just set them to zero). #define PERF_FAST_LOADV 1 -// #define PERF_FAST_STOREV 1 +#define PERF_FAST_STOREV 1 #define PERF_FAST_SARP 1 |