http://d.puremagic.com/issues/show_bug.cgi?id=9094
Jacob Carlborg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jacob Carlborg <[email protected]> 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: -------
