summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-12-10 13:09:07 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-12-10 13:09:07 (GMT)
commit624c39990f6db4c1318669baef61b8521e063a54 (patch)
tree979c2273d05fafbb74a038762775ac289c222445 /ChangeLog
parent38a95a62dcb1fc490f1d0b553eff6a0ddd209bb4 (diff)
downloadtcl-624c39990f6db4c1318669baef61b8521e063a54.zip
tcl-624c39990f6db4c1318669baef61b8521e063a54.tar.gz
tcl-624c39990f6db4c1318669baef61b8521e063a54.tar.bz2
optimised loops that initialise a proc's arguments and compiled local
variables, removing tests from inner loops.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd6bdf6..d92ea0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-10 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCompile.c (TclInitCompiledLocals):
+ * generic/tclCompile.h:
+ * generic/tclInt.h:
+ * generic/tclProc.c (TclObjInterpProc, TclCreateProc): optimised
+ loops that initialise a proc's arguments and compiled local
+ variables, removing tests from inner loops.
+
2004-12-10 Donal K. Fellows <dkf@users.sf.net>
* generic/tclInt.h: Move ensemble API decls here from tclNamesp.c