summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-11-29 12:18:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-11-29 12:18:34 (GMT)
commita083198d1f3f7108b6455c4dad72ac0d85a2015a (patch)
treebd50c52cbee4c650bd30aeff6ef038bf15441f18 /ChangeLog
parentc8e7eb6d47e9cd382589a64d04200b61344351eb (diff)
downloadtcl-a083198d1f3f7108b6455c4dad72ac0d85a2015a.zip
tcl-a083198d1f3f7108b6455c4dad72ac0d85a2015a.tar.gz
tcl-a083198d1f3f7108b6455c4dad72ac0d85a2015a.tar.bz2
Code now simple enough that we can improve its performance by applying the
double-checked locking pattern.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e5f936..e9cafe5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,8 @@
* generic/tclThreadStorage.c: General revisions to make code clearer
and more like the style used in the rest of the core. Includes adding
- more comments and explanation of what is going on.
+ more comments and explanation of what is going on. Reduce the amount
+ of locking required.
2008-11-27 Alexandre Ferrieux <ferrieux@users.sourceforge.net>