[Issue 9094] GC not collecting under Windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 28 23:28:36 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=9094


Jacob Carlborg <doob at me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doob at me.com


--- Comment #2 from Jacob Carlborg <doob at me.com> 2012-11-28 23:28:33 PST ---
(In reply to comment #1)

> The only way out of this is with precise GC for everything, including the stack
> and static data segments. This will be impractical to achieve, if for no other
> reason than making it hard to interoperate with C code when sharing pointers
> between C and D.

Isn't it possible to do some kind of special treatment when integrating with C.
I'm talking about the developer need to do something special, i.e. call
GC.addRoot or similar. I don't think we should limit pure D programs, if
possible.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list