[Issue 14912] Move initialisation of GC'd struct and class data from the callee to the caller
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Aug 12 22:06:36 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14912
Iain Buclaw <ibuclaw at gdcproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at gdcproject.org
--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject.org> ---
I don't think this would be particularly difficult to change in dmd either as
this kind of callee initializing already done for scoped classes and classes
that have their own new(size_t) allocator.
--
More information about the Digitalmars-d-bugs
mailing list