summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-10-12 18:31:34 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-10-12 18:31:34 (GMT)
commitd58ee15b712b585ddcbd4f8cdd91997404c10145 (patch)
treea42ace23ea20c9b93188a3b07acec8cab32c5f55 /ChangeLog
parent425ae280f138405bbdc41739e0bb6144e4518e30 (diff)
downloadtcl-d58ee15b712b585ddcbd4f8cdd91997404c10145.zip
tcl-d58ee15b712b585ddcbd4f8cdd91997404c10145.tar.gz
tcl-d58ee15b712b585ddcbd4f8cdd91997404c10145.tar.bz2
performance improvements to [incr]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04298cd..bd1f2f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-12 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclExecute.c (Tcl_ExecuteByteCode, TclIncrObj):
+ Several common cases inlined in hopes of gaining a little
+ performance in [incr].
+
2005-10-10 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompCmds.c: New convenience macro CompileTokens().