# New Ticket Created by Paul Cochrane # Please include the string: [perl #46701] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46701 >
In src/pmc/delegate.pmc:instantiate() there is the todo item: Calls the delegated C<__instantiate> method if it exists. XXX Actually the PMC compiler should emit different code, if a method is present in src/pmc/default.pmc. Some defaulted methods like this one have useful defaults and don't throw exceptions. This needs to be implemented.