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: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Steven Schveighoffer <[email protected]> 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: -------

Reply via email to