Branch: Tag:

2016-03-01

2016-03-01 11:49:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

GC [arrays]: Added do_gc_weak_array().

It is now possible to request a quick gc of an array with weak references.

191:   void array_replace(struct array *a,    struct svalue *from,    struct svalue *to); + ptrdiff_t do_gc_weak_array(struct array *a);   #ifdef PIKE_DEBUG   PMOD_EXPORT void check_array(struct array *a);   void check_all_arrays(void);