summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-12-08 04:20:23 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-12-08 04:20:23 (GMT)
commit1421cacb4e078cf96950f34ed3f3dabe6153ec26 (patch)
tree2e116db342c1da032e7be838de983f13d6fffc3f /ChangeLog
parent903848120ff87aaa29fd7b7cc21b37b097edefc1 (diff)
downloadtcl-1421cacb4e078cf96950f34ed3f3dabe6153ec26.zip
tcl-1421cacb4e078cf96950f34ed3f3dabe6153ec26.tar.gz
tcl-1421cacb4e078cf96950f34ed3f3dabe6153ec26.tar.bz2
* generic/tclExecute.c (TEBC): Grouping "slow" variables into
structs, to reduce register pressure and help the compiler with variable allocation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da51581..ced5349 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-12-07 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclExecute.c (TEBC): Grouping "slow" variables into
+ structs, to reduce register pressure and help the compiler with
+ variable allocation.
+
+2009-12-07 Miguel Sofer <msofer@users.sf.net>
+
* generic/tclExecute.c: Start cleaning the TEBC stables
* generic/tclInt.h: