On Sat, 2007-08-11 at 01:01 +1000, skaller wrote:
> GC is now committed to Judy. One pointer is removed, so we're
> down to this header:
>
> /// Heap Frame header
> struct frame_t
> {
> gc_shape_t *shape; // the shape of each object
> unsigned long n_objects; // how many slots max
> u
GC is now committed to Judy. One pointer is removed, so we're
down to this header:
/// Heap Frame header
struct frame_t
{
gc_shape_t *shape; // the shape of each object
unsigned long n_objects; // how many slots max
unsigned long n_used;// how many slots used
}
Plus, one Judy ar