[Issue 4650] Static data that must be scanned by the GC should be grouped

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 23 15:19:15 PST 2015


https://issues.dlang.org/show_bug.cgi?id=4650

--- Comment #8 from Rainer Schuetze <r.sagitario at gmx.de> ---
> Nice, so this is just moving strings/floats to a section that is not scanned at > all? Or is it really grouping all the static data too?

It's currently just strings and floats. I hope other const/immutable data can
be moved, too.

--


More information about the Digitalmars-d-bugs mailing list