# New Ticket Created by Paul Cochrane # Please include the string: [perl #45987] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45987 >
In src/objects.c there is the todo item (just before Parrot_find_method_direct()): /* * quick'n'dirty method cache * TODO: use a hash if method_name is not constant * i.e. from obj.$Sreg(args) * If this hash is implemented mark it during DOD */ One would guess this needs implementing more robustly