Componentizing D's garbage collector

Benjamin Thaut code at benjamin-thaut.de
Tue Jan 14 13:10:36 PST 2014


Am 14.01.2014 21:28, schrieb Walter Bright:
> On 1/14/2014 3:02 AM, Benjamin Thaut wrote:
>> Am 14.01.2014 11:05, schrieb Walter Bright:
>>> This is not true, I've implemented one for Java.
>>
>> So how do you implement a semi-space GC with pinned objects?
>
> Be more flexible in what the semi-spaces are.

So you just don't. Effectivley you work around the problem. I would 
still prefer that specifing a scanning function for unions becomes 
mandatory.


More information about the Digitalmars-d mailing list