[NEW FEATURES]
* Type constraints can now provide inlined versions, which should make
- inlined code which uses type constraints (such as accessors) faster.
- (Dave Rolsky)
+ inlined code which uses type constraints (such as accessors) faster. This
+ replaces the existing hand-optimized constraint feature. (Dave Rolsky)
[ENHANCEMENTS]
Most simple cases should now only close over simple data types and
coderefs. This should make deparsing simpler.
- * Type constraints can now inline their constraint checks. This replaces the
- existing hand-optimized constraint feature.
-
[BUG FIXES]
* Make sure weak attributes remain weak when cloning. (doy, rafl)