diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-05-26 01:25:59 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-05-26 01:25:59 (GMT) |
commit | deb12f9f60a4a57e4922c929ee5a7a3f6966e098 (patch) | |
tree | 0e06178b65f3cb3a4a76a355b8724bdb0df85b82 /ChangeLog | |
parent | 3b5f432c9bb4ae184008bbd89f63fd2c35f242ec (diff) | |
download | tcl-deb12f9f60a4a57e4922c929ee5a7a3f6966e098.zip tcl-deb12f9f60a4a57e4922c929ee5a7a3f6966e098.tar.gz tcl-deb12f9f60a4a57e4922c929ee5a7a3f6966e098.tar.bz2 |
[Patch #424851]: Faster array searching & obj cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2001-05-17 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclVar.c (tclArraySearchType,SetArraySearchObj, + ParseSearchId): Added code to speed up array searching by reducing + the amount of parsing needed for searchIds. + + * generic/tclObj.c (TclInitObjSubsystem): + * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): + * generic/tclNamesp.c (TclInitNamespaceSubsystem): + * generic/tclInt.h: Moved some Tcl_ObjType initialisation to + TclInitObjSubsystem to be with the bulk of the rest. + [Patch + Committed by Miguel Sofer <msofer@users.sourceforge.net> + + 2001-05-23 Jeff Hobbs <jeffh@ActiveState.com> * tests/io.test: changed io-52.[9-11] to not be platform sensitive |