[Issue 14472] New: add separate noptr data section
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Apr 20 07:13:55 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14472
Issue ID: 14472
Summary: add separate noptr data section
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: DMD
Assignee: nobody at puremagic.com
Reporter: code at dawg.eu
We should emit mutable data that can't alias GC memory to a separate .noptr
section, so that it can be excluded when scanning GC roots.
--
More information about the Digitalmars-d-bugs
mailing list