Possibility of non stop-the-world GC in the future?

Dmitry Olshansky dmitry.olsh at gmail.com
Sat Feb 23 02:34:56 PST 2013


23-Feb-2013 14:25, Minas Mina пишет:
> On Tuesday, 19 February 2013 at 18:45:00 UTC, Benjamin Thaut wrote:
>> Am 19.02.2013 17:45, schrieb Minas Mina:
>>> @nogc sounds nice, but how could someone use classes(OOP) with this?
>>
>> The same way you do in c++. Manual memory management.
>
> But I guess you would like to have OOP as well. Would that be possible
> with @nogc?

std.conv.emplace

It has some bugs presently though I haven't hit a single one but there is.
See e.g. this pull:
https://github.com/D-Programming-Language/phobos/pull/1082

Vote up. Or was that only for bugzilla ? :)

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list