mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
Get rid of lalr1-split.cc.
It was no longer maintainer. * data/lalr1-split.cc: Remove. * etc/bench.pl.in (bench_fusion_parser): Remove. Adjust.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2008-11-26 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Get rid of lalr1-split.cc.
|
||||||
|
It was no longer maintainer.
|
||||||
|
|
||||||
|
* data/lalr1-split.cc: Remove.
|
||||||
|
* etc/bench.pl.in (bench_fusion_parser): Remove.
|
||||||
|
Adjust.
|
||||||
|
|
||||||
2008-11-26 Akim Demaille <demaille@gostai.com>
|
2008-11-26 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Use yy* consistently.
|
Use yy* consistently.
|
||||||
|
|||||||
1311
data/lalr1-split.cc
1311
data/lalr1-split.cc
File diff suppressed because it is too large
Load Diff
@@ -57,11 +57,6 @@ request.
|
|||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
|
|
||||||
=item I<fusion>
|
|
||||||
|
|
||||||
Test F<lalr1.cc> with three stacks against F<lalr1-fusion.cc> which
|
|
||||||
uses a single one.
|
|
||||||
|
|
||||||
=item I<push>
|
=item I<push>
|
||||||
|
|
||||||
Test the push parser vs. the pull interface. Use the C parser.
|
Test the push parser vs. the pull interface. Use the C parser.
|
||||||
@@ -922,25 +917,6 @@ sub bench_variant_parser ()
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
######################################################################
|
|
||||||
|
|
||||||
=item C<bench_fusion_parser ()>
|
|
||||||
|
|
||||||
Bench the C++ lalr1.cc parser using Boost.Variants or %union.
|
|
||||||
|
|
||||||
=cut
|
|
||||||
|
|
||||||
sub bench_fusion_parser ()
|
|
||||||
{
|
|
||||||
bench ('list',
|
|
||||||
qw(
|
|
||||||
%s lalr1-split.cc
|
|
||||||
|
|
|
||||||
%s lalr1.cc
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
sub help ($)
|
sub help ($)
|
||||||
@@ -1126,7 +1102,6 @@ verbose 2, "Grammar: $grammar\n";
|
|||||||
# Support -b: predefined benches.
|
# Support -b: predefined benches.
|
||||||
my %bench =
|
my %bench =
|
||||||
(
|
(
|
||||||
"fusion" => \&bench_fusion_parser,
|
|
||||||
"push" => \&bench_push_parser,
|
"push" => \&bench_push_parser,
|
||||||
"variant" => \&bench_variant_parser,
|
"variant" => \&bench_variant_parser,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user