Index: doc/Announce2.2.0 =================================================================== diff -u -N -r2c093f8ed61d4fb3d090acfed5685a8ca591a64e -r2903da1d9ab2375f99e47b50565d43c3ccb798c1 --- doc/Announce2.2.0 (.../Announce2.2.0) (revision 2c093f8ed61d4fb3d090acfed5685a8ca591a64e) +++ doc/Announce2.2.0 (.../Announce2.2.0) (revision 2903da1d9ab2375f99e47b50565d43c3ccb798c1) @@ -7,7 +7,7 @@ Diff stats since 2.1.0: - 213 files changed, 54184 insertions(+), 44975 deletions(-) + 214 files changed, 54192 insertions(+), 44982 deletions(-) Major changes relative to 2.1.0 are: @@ -30,11 +30,11 @@ * Performance improvements: - + coloncmd reform: Dispatch timing of [:myMethod ...] was improved - by up to 30% by caching the result of the method lookup in a - Tcl_Obj + + coloncmd reform: Dispatch performance of [:myMethod ...] is + improved by up to 30% by caching the result of the method lookup + in a Tcl_Obj - + Looking up (bytecode-compiled) object variables is now + + Lookup of (bytecode-compiled) object variables is now performed via a sorted lookup cache to avoid repeated linear searches for compiled locals (especially an improvement for unsuccessful searches).