diff options
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 |