diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-29 12:18:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-29 12:18:34 (GMT) |
commit | a083198d1f3f7108b6455c4dad72ac0d85a2015a (patch) | |
tree | bd50c52cbee4c650bd30aeff6ef038bf15441f18 /ChangeLog | |
parent | c8e7eb6d47e9cd382589a64d04200b61344351eb (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |