[Issue 10991] New: Implement trait to get vptr index of a method.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Sep 7 21:34:30 PDT 2013


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

           Summary: Implement trait to get vptr index of a method.
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: opantm2+dbugs at gmail.com
        ReportedBy: opantm2+dbugs at gmail.com


--- Comment #0 from Kapps <opantm2+dbugs at gmail.com> 2013-09-07 21:34:28 PDT ---
This is required in order to properly implement method invocation for runtime
reflection as we need to look up the pointer to the overridden function in the
ClassInfo vtbl. Pull request coming once I write tests.

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