Changes entry for gfx/topic/reduce-inline-constructor
Shawn M Moore [Wed, 15 Jul 2009 07:29:44 +0000 (03:29 -0400)]
Changes

diff --git a/Changes b/Changes
index d4ed759..484db6c 100644 (file)
--- 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