--- parser3/src/classes/memory.C 2003/03/27 10:04:06 1.1.2.2 +++ parser3/src/classes/memory.C 2003/03/27 14:05:40 1.1.2.3 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MATH_C="$Date: 2003/03/27 10:04:06 $"; +static const char* IDENT_MATH_C="$Date: 2003/03/27 14:05:40 $"; #include "pa_common.h" #include "pa_vmemory.h" @@ -25,7 +25,9 @@ DECLARE_CLASS_VAR(memory, 0 /*fictive*/, static void _compact(Request& r, MethodParams* params) { r.wipe_unused_execution_stack(); +#ifndef PA_DEBUG_DISABLE_GC GC_gcollect(); +#endif } // constructor