]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
benchmarks: use %debug consistently among grammars.
[bison.git] / ChangeLog
index 1ea72b2f9f0a329eba8929c68f9f7d60a321d9c8..a813d694d41669964d8b13ded1923ef65a7c68c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-04  Joel E. Denny  <jdenny@clemson.edu>
+
+       benchmarks: use %debug consistently among grammars.
+       * etc/bench.pl.in (generate_grammar_triangular): Do not activate
+       %debug by default.  It can affect the timings even if yydebug=0.
+       (generate_grammar_calc): For consistency with other grammars,
+       use YYDEBUG environment variable to set yydebug.
+
 2009-10-03  Joel E. Denny  <jdenny@clemson.edu>
 
        Remove dead code.