diff options
author | dgp <dgp@users.sourceforge.net> | 2006-12-04 22:33:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-12-04 22:33:28 (GMT) |
commit | 39dc846c629bb2f02adc7fc2c6d9ec138acc6436 (patch) | |
tree | 7f25eb9c1cfbd90386e6e5a55103739f668e9511 /ChangeLog | |
parent | ec5224b7f3aa65cb2534a7328645fa010f6d297c (diff) | |
download | tcl-39dc846c629bb2f02adc7fc2c6d9ec138acc6436.zip tcl-39dc846c629bb2f02adc7fc2c6d9ec138acc6436.tar.gz tcl-39dc846c629bb2f02adc7fc2c6d9ec138acc6436.tar.bz2 |
* generic/tclCompExpr.c: Added implementation for the
CompileExprTree() routine that can produce expression bytecode
directly from internal structures with no need to pass through
the Tcl_Token array representation. Still disabled by default.
#undef USE_EXPR_TOKENS to try it out.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-12-04 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompExpr.c: Added implementation for the + CompileExprTree() routine that can produce expression bytecode + directly from internal structures with no need to pass through + the Tcl_Token array representation. Still disabled by default. + #undef USE_EXPR_TOKENS to try it out. + 2006-12-03 Don Porter <dgp@users.sourceforge.net> * generic/tclCompExpr.c: Added expr parsing routines that |