[Issue 10023] New: Add rtInfo (or equivalent) to ModuleInfo

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 3 14:42:53 PDT 2013


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

           Summary: Add rtInfo (or equivalent) to ModuleInfo
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: schveiguy at yahoo.com


--- Comment #0 from Steven Schveighoffer <schveiguy at yahoo.com> 2013-05-03 14:42:52 PDT ---
Currently, we have rtInfo for TypeInfo instances, which is a compile
time-generated member based on the library template RTInfo.

It would be nice to have this same mechanism for ModuleInfo instances.  This
would be very helpful for many different nifty runtime features, such as
precise garbage collection, or fixing cyclic import dependencies.

-- 
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