diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-10-12 18:31:34 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-10-12 18:31:34 (GMT) |
commit | d58ee15b712b585ddcbd4f8cdd91997404c10145 (patch) | |
tree | a42ace23ea20c9b93188a3b07acec8cab32c5f55 /ChangeLog | |
parent | 425ae280f138405bbdc41739e0bb6144e4518e30 (diff) | |
download | tcl-d58ee15b712b585ddcbd4f8cdd91997404c10145.zip tcl-d58ee15b712b585ddcbd4f8cdd91997404c10145.tar.gz tcl-d58ee15b712b585ddcbd4f8cdd91997404c10145.tar.bz2 |
performance improvements to [incr]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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(). |