2000-09-15
2000-09-15 17:27:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
08388658e0b8ac28b3d2e59060d8413d64b34f9d
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
C++-style comments are not good for you...
Rev: src/gc.c:1.135
30:
#include "block_alloc.h"
- RCSID("$Id: gc.c,v 1.134 2000/09/15 00:30:55 mast Exp $");
+ RCSID("$Id: gc.c,v 1.135 2000/09/15 17:27:41 grubba Exp $");
/* Run garbage collect approximately every time
* 20 percent of all arrays, objects and programs is
2224: Inside #if defined(PIKE_DEBUG)
n += gc_touch_all_mappings();
n += gc_touch_all_programs();
n += gc_touch_all_objects();
- // gc_touch_all_strings();
+ /* gc_touch_all_strings(); */
if (n != (unsigned) num_objects)
fatal("Object count wrong after gc; expected %d, got %d.\n", num_objects, n);
GC_VERBOSE_DO(fprintf(stderr, "| posttouch: %u things\n", n));