summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.h
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 22:35:34 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 22:35:34 (GMT)
commitca7dcb3b5163da655a13b5935c987b3a38067996 (patch)
treea43c7133284e35e54e5da976673905338d688d29 /generic/tclDate.h
parent24889011ab71db02d158f21843b71cc3767859fd (diff)
downloadtcl-ca7dcb3b5163da655a13b5935c987b3a38067996.zip
tcl-ca7dcb3b5163da655a13b5935c987b3a38067996.tar.gz
tcl-ca7dcb3b5163da655a13b5935c987b3a38067996.tar.bz2
estimate token count by % char and format length (don't use fix TOK_CHAIN_BLOCK_SIZE by creation, minimized memory usage)
Diffstat (limited to 'generic/tclDate.h')
-rw-r--r--generic/tclDate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclDate.h b/generic/tclDate.h
index 00bd234..9e1c506 100644
--- a/generic/tclDate.h
+++ b/generic/tclDate.h
@@ -355,7 +355,7 @@ typedef enum _MERIDIAN {
#define CLOCK_FMT_SCN_STORAGE_GC_SIZE 32
-#define CLOCK_MIN_TOK_CHAIN_BLOCK_SIZE 12
+#define CLOCK_MIN_TOK_CHAIN_BLOCK_SIZE 2
typedef struct ClockScanToken ClockScanToken;