From: Dave Rolsky Date: Wed, 3 Dec 2008 03:14:14 +0000 (+0000) Subject: Mention my perf tweaks in Changes X-Git-Tag: 0.71_01~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=05e183d1439f8462f9672456448f0e3eb19132e1;p=gitmo%2FClass-MOP.git Mention my perf tweaks in Changes --- diff --git a/Changes b/Changes index 1e772d7..725ba20 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,11 @@ Revision history for Perl extension Class-MOP. to remove some compile-time cost (Sartak) - Small speedup from eliminating several method calls (Sartak) + * Class::MOP::Class + - Some small internal tweaks to try to reduce the number of + times we call get_method_map when bootstrapping the MOP. This + might make loading Class::MOP (and Moose) a little + faster. (Dave Rolsky) 0.71 Wed November 26, 2008 * Class::MOP::Class