diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-10 12:57:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-10 12:57:38 (GMT) |
commit | 9571165813914daaf16bd8fb71b4f97e7affa1d6 (patch) | |
tree | e3a3f746b8489114553d023b0be33b4398e8d308 /ChangeLog | |
parent | ebbffb3ea5b1b5609e3fb86ddea543aa3d24693d (diff) | |
download | tcl-9571165813914daaf16bd8fb71b4f97e7affa1d6.zip tcl-9571165813914daaf16bd8fb71b4f97e7affa1d6.tar.gz tcl-9571165813914daaf16bd8fb71b4f97e7affa1d6.tar.bz2 |
Optimizations and general bytecode generation improvements.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2013-05-10 Donal K. Fellows <dkf@users.sf.net> + + Optimizations and general bytecode generation improvements. + * generic/tclCompCmds.c (TclCompileAppendCmd, TclCompileLappendCmd): + (TclCompileReturnCmd): Make these generate bytecode in more cases. + (TclCompileListCmd): Make this able to push a literal when it can. + * generic/tclCompile.c (TclSetByteCodeFromAny, PeepholeOptimize): + Added checks to see if we can apply some simple cross-command-boundary + optimizations, and defined a small number of such optimizations. + (TclCompileScript): Added the special ability to compile the list + command with expansion ([list {*}blah]) into bytecode that does not + call an external command. + 2013-05-06 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclStubInit.c: Add support for Cygwin64, which has a 64-bit |