diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-08 04:20:23 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-08 04:20:23 (GMT) |
commit | 1421cacb4e078cf96950f34ed3f3dabe6153ec26 (patch) | |
tree | 2e116db342c1da032e7be838de983f13d6fffc3f /ChangeLog | |
parent | 903848120ff87aaa29fd7b7cc21b37b097edefc1 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |