[Issue 14922] New: 'new' does not provide information about the sharedness or immutability to the GC

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 14 18:38:19 PDT 2015


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

          Issue ID: 14922
           Summary: 'new' does not provide information about the
                    sharedness or immutability to the GC
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: rsw0x at rsw0x.me

Neither RTTI nor RTInfo can convey any information about the (im)mutability or
sharedness of an allocation to the GC.

This makes it impossible to write a GC that takes advantage of
immutability/sharedness.

--


More information about the Digitalmars-d-bugs mailing list