bench: check impact of %debug on variants.

* etc/bench.pl.in (variant_grammar): Fix the computation of
	$variant.
	Generate a grammar file that can work with or without %debug.
	Do use the @directive.
	(bench_variant_parser): Check impact of %debug.
	(@directives): Rename all the occurrences to...
	(@directive): this, for consistency.
This commit is contained in:
Akim Demaille
2008-07-17 15:54:30 +02:00
parent d11ee647c3
commit 5b421a4e8e
2 changed files with 38 additions and 22 deletions

View File

@@ -1,3 +1,14 @@
2008-11-03 Akim Demaille <demaille@gostai.com>
bench: check impact of %debug on variants.
* etc/bench.pl.in (variant_grammar): Fix the computation of
$variant.
Generate a grammar file that can work with or without %debug.
Do use the @directive.
(bench_variant_parser): Check impact of %debug.
(@directives): Rename all the occurrences to...
(@directive): this, for consistency.
2008-11-03 Akim Demaille <demaille@gostai.com>
bench: report the size too.