April 27, 2006
Sean Kelly wrote:
> It would be nice if the GC could be told not to scan them as well (or if this were sorted out automatically using type information), but that's something I gather will happen at some point anyway if you're working on a compacting GC :-)

Yes, that ability should be in the GC, but for now, if it is allocated with malloc() it won't be scanned.
1 2 3
Next ›   Last »