Componentizing D's garbage collector

Jacob Carlborg doob at me.com
Tue Jan 14 00:15:49 PST 2014


On 2014-01-13 22:23, Timon Gehr wrote:

> Yes, there is a cost. The requirement to pin arbitrary objects at
> arbitrary times, without the possibility to move at pinning time,
> invalidates GC algorithms that depend on being able to move _all_
> objects within some pool.

Can't these object be pinned somewhere else?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list