chromatic wrote:
+ Parrot_PCCINVOKE(interp, new_ns,Parrot_str_new_constant(interp, "set_class"), "P->", new_class); +This would be even faster if you used CONST_STRING instead of Parrot_str_new_constant().
Thank you! Fixed in r39143.Only one problem... This caching broke Rakudo's t/spec/S12-methods/indirect_invocation. I'll try to investigate and fix it.
-- Bacek _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
