> While the PMC structures themselves don't move (no real need--there of
> fixed size so you can't fragment your allocation pool, though it makes
Sorry can you expand on this.  I don't see the relation between the data
being fixed size and the memory not becomming fragmented.
> generational collection easier to some extent) the data pointed to by the
> PMC can. That's the bit that moves.
>
> Dan
>
Well one of the reasons of moving the data is so you can use a trivial stack
like
allocator.  If you don't move the PMC you won't be able to.
Benoit

Reply via email to