--- parser3/src/include/pa_memory.h 2004/02/11 15:33:14 1.11 +++ parser3/src/include/pa_memory.h 2005/11/25 11:11:26 1.13 @@ -1,7 +1,7 @@ /** @file Parser: memory reference counting classes decls. - Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ @@ -9,7 +9,7 @@ #ifndef PA_MEMORY_H #define PA_MEMORY_H -static const char * const IDENT_MEMORY_H="$Date: 2004/02/11 15:33:14 $"; +static const char * const IDENT_MEMORY_H="$Date: 2005/11/25 11:11:26 $"; // include @@ -17,7 +17,8 @@ static const char * const IDENT_MEMORY_H /// to debug backtrace pointers switch this on: #ifdef _DEBUG -#define GC_DEBUG +// this switches on straightforward realloc implementation, bad for profiling +//#define GC_DEBUG #endif #include "gc.h"