summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-12-04 22:33:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-12-04 22:33:28 (GMT)
commit39dc846c629bb2f02adc7fc2c6d9ec138acc6436 (patch)
tree7f25eb9c1cfbd90386e6e5a55103739f668e9511 /ChangeLog
parentec5224b7f3aa65cb2534a7328645fa010f6d297c (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79bf98c..0706d28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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