diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-12 00:44:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-12 00:44:22 (GMT) |
commit | 1ca1aefb24495d43ae986af6c1a2ad1fa5bf22ce (patch) | |
tree | f9eb716588b605bb661c61135b0ad0cf6dde8984 /ChangeLog | |
parent | ebbffb3ea5b1b5609e3fb86ddea543aa3d24693d (diff) | |
parent | d7477a9621b19997f770d8df75b8a071704973d0 (diff) | |
download | tcl-1ca1aefb24495d43ae986af6c1a2ad1fa5bf22ce.zip tcl-1ca1aefb24495d43ae986af6c1a2ad1fa5bf22ce.tar.gz tcl-1ca1aefb24495d43ae986af6c1a2ad1fa5bf22ce.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 |