diff options
author | dgp <dgp@users.sourceforge.net> | 2007-08-16 19:19:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-08-16 19:19:49 (GMT) |
commit | b41667264c8c24d55fc76ed14dd42747e88d044f (patch) | |
tree | da781387296f705990d0baf0e33cfb75b37d5fa3 /ChangeLog | |
parent | fb1aceab5c31ee41c19858ec794edca1b87341d5 (diff) | |
download | tcl-b41667264c8c24d55fc76ed14dd42747e88d044f.zip tcl-b41667264c8c24d55fc76ed14dd42747e88d044f.tar.gz tcl-b41667264c8c24d55fc76ed14dd42747e88d044f.tar.bz2 |
* generic/tclCompExpr.c: Added a "constant" field to the OpNode
struct (again "free" due to alignment requirements) to mark those
subexpressions that are completely known at compile time. Enhanced
CompileExprTree() and its callers to precompute these constant
subexpressions at compile time. This resolves the issue raised
in [Bug 1564517].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-08-16 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompExpr.c: Added a "constant" field to the OpNode + struct (again "free" due to alignment requirements) to mark those + subexpressions that are completely known at compile time. Enhanced + CompileExprTree() and its callers to precompute these constant + subexpressions at compile time. This resolves the issue raised + in [Bug 1564517]. + 2007-08-15 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclIOUtil.c (TclGetOpenModeEx): Only set the O_APPEND flag |