pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-06-12
2000-06-12 19:35:08 by Martin Stjernholm <mast@lysator.liu.se>
d9dd8174b78f8abd4e2960c6260e05282691cca5 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, forgot to comment out the debug macros.
Rev: src/gc.c:1.94
29:
#include "block_alloc.h"
-
RCSID("$Id: gc.c,v 1.
93
2000/06/12 19:
32
:
40
mast Exp $");
+
RCSID("$Id: gc.c,v 1.
94
2000/06/12 19:
35
:
08
mast Exp $");
/* Run garbage collect approximately every time * 20 percent of all arrays, objects and programs is
79:
* will be freed. That's done before the live object destruct pass. */
-
#define GC_VERBOSE
-
#define GC_CYCLE_DEBUG
+
/*
#define GC_VERBOSE
*/
+
/*
#define GC_CYCLE_DEBUG
*/
#if defined(GC_VERBOSE) && !defined(PIKE_DEBUG) #undef GC_VERBOSE