# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #46915]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46915 >


In tools/build/jit2c.pl there is the todo item:

next if $entry->[4] =~ /MMD_/;    # TODO all

Which looks like if a vtable entry matches MMD then we skip this.  My guess
is that we shouldn't be skipping such things here, although it's not too
clear from the todo comment exactly what should be done.

Reply via email to