diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-04-10 08:14:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-04-10 08:14:33 (GMT) |
commit | f7f181d5456b19b4726f71223362bf82d761d8ff (patch) | |
tree | 178e2b90c0ba975f6e0f3d69ff631fc98c5e267f /ChangeLog | |
parent | b00e154b442e15686feae3ca8910e5884a50ead3 (diff) | |
download | tcl-f7f181d5456b19b4726f71223362bf82d761d8ff.zip tcl-f7f181d5456b19b4726f71223362bf82d761d8ff.tar.gz tcl-f7f181d5456b19b4726f71223362bf82d761d8ff.tar.bz2 |
minor tidy
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -1,26 +1,24 @@ 2007-04-08 Miguel Sofer <msofer@users.sf.net> - * generic/tclCompile (tclInstructionTable): fixed bugs in - description of dict instructions + * generic/tclCompile (tclInstructionTable): Fixed bugs in description + of dict instructions. 2007-04-07 Miguel Sofer <msofer@users.sf.net> - * generic/tclCompile (tclInstructionTable): fixed bug in - description of INST_START_COMMAND. + * generic/tclCompile (tclInstructionTable): Fixed bug in description + of INST_START_COMMAND. -2007-04-07 Miguel Sofer <msofer@users.sf.net> - - * generic/tclExecute.c (TEBC): small code reduction. + * generic/tclExecute.c (TEBC): Small code reduction. 2007-04-06 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (TEBC): * generic/tclNamespace.c (NsEnsembleImplementationCmd): - * generic/tclProc.c (InitCompiledLocals, ObjInterpProcEx, - TclObjInterpProcCore, ProcCompileProc): code reordering to reduce - branching and improve branch prediction (assume that forward - branches are typically not taken). - + * generic/tclProc.c (InitCompiledLocals, ObjInterpProcEx) + (TclObjInterpProcCore, ProcCompileProc): Code reordering to reduce + branching and improve branch prediction (assume that forward branches + are typically not taken). + 2007-04-03 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: INST_INVOKE optimisation. [Patch 1693802] |