From: Shawn M Moore Date: Wed, 15 Jul 2009 07:29:44 +0000 (-0400) Subject: Changes entry for gfx/topic/reduce-inline-constructor X-Git-Tag: 0.90~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a79939dd6029da1170ea03e0ff69bbf71f8605b8;p=gitmo%2FClass-MOP.git Changes entry for gfx/topic/reduce-inline-constructor --- diff --git a/Changes b/Changes index d4ed759..484db6c 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,10 @@ Revision history for Perl extension Class-MOP. Methods are more lazily instantiated to improve performance pretty significantly (Goro Fuji) + * All classes + - Inline fewer metaclass-level constructors since the ones we have are + perfectly fine. This reduces the numbr of string evals (Goro Fuji) + 0.89 Fri Jul 3, 2009 * Class::MOP::Class * Class::MOP::Class::Immutable::Trait