mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user