|
From: Bart V. A. <bar...@gm...> - 2008-06-12 13:11:55
|
On Wed, Jun 11, 2008 at 12:08 AM, Nicholas Nethercote <nj...@cs...> wrote: > On Mon, 9 Jun 2008 sv...@va... wrote: > >> Author: bart >> Date: 2008-06-09 16:08:22 +0100 (Mon, 09 Jun 2008) >> New Revision: 8207 >> >> Log: >> Commented out assert statements because of performance reasons. > > I suggest adding a comment above those #if statements explaining this. Good idea. By this time I have surrounded assert statements that were commented out because of performance reasons by #ifdef ENABLE_DRD_CONSISTENCY_CHECKS / #endif. Bart. |