summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-11-29 15:38:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-11-29 15:38:40 (GMT)
commit9fb7d8647cc45add433c331104f2f0cc144947b1 (patch)
treef91eaf3ac2ad9690548bde56c7c74d94bb5957e2 /ChangeLog
parent5e18a617ac41b75c9e346a6a3c9e6336ea02c467 (diff)
downloadtcl-9fb7d8647cc45add433c331104f2f0cc144947b1.zip
tcl-9fb7d8647cc45add433c331104f2f0cc144947b1.tar.gz
tcl-9fb7d8647cc45add433c331104f2f0cc144947b1.tar.bz2
* generic/tclBinary.c: Added caching scheme to reduce number of object
allocations when doing scans of large repetitive binary strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e6ff11..50ababd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-11-29 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tclBinary.c (BINARY_SCAN_MAX_CACHE, Tcl_BinaryObjCmd,
+ ScanNumber): Added caching scheme to reduce number of object
+ allocations when doing scans of large repetitive binary strings.
+ See comments in file for reasoning behind implementation.
+ Suggested by Miguel Sofer in Patch #429916, but independently
+ implemented.
+
2001-11-28 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/regsub.n, doc/regexp.n: Converted dangling references to