Branch: Tag:

2004-09-22

2004-09-22 13:40:27 by Martin Stjernholm <mast@lysator.liu.se>

Removed the ARRAY_WEAK_SHRINK stuff which only was used by the old multiset
implementation.

Rev: src/array.c:1.170
Rev: src/array.h:1.62
Rev: src/gc.c:1.257
Rev: src/main.c:1.208
Rev: src/signal_handler.c:1.305

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: gc.c,v 1.256 2004/09/18 20:50:50 nilsson Exp $ + || $Id: gc.c,v 1.257 2004/09/22 13:40:27 mast Exp $   */      #include "global.h"
99:   #define GC_VERBOSE_DO(X)   #endif    - int num_objects = 3; /* Account for *_empty_array. */ + int num_objects = 2; /* Account for *_empty_array. */   ALLOC_COUNT_TYPE num_allocs =0;   ALLOC_COUNT_TYPE alloc_threshold = GC_MIN_ALLOC_THRESHOLD;   PMOD_EXPORT int Pike_in_gc = 0;