--- parser3/src/targets/cgi/parser3.C 2003/04/01 11:11:55 1.216.2.30.2.16 +++ parser3/src/targets/cgi/parser3.C 2003/04/01 15:42:26 1.216.2.30.2.17 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_PARSER3_C="$Date: 2003/04/01 11:11:55 $"; +static const char* IDENT_PARSER3_C="$Date: 2003/04/01 15:42:26 $"; #include "pa_config_includes.h" @@ -531,7 +531,10 @@ int main(int argc, char *argv[]) { GC_java_finalization=0; #ifndef PA_DEBUG_DISABLE_GC - GC_dont_gc=1; // Dont collect unless explicitly requested + // Dont collect unless explicitly requested + // this is quicker (~30% ), but less memory-efficient(~8%) + // so deciding for speed + GC_dont_gc=1; #endif /*