Related articles |
---|
Q:How to Speedup yacc based parsers? Venkateswara.Rao@cho.ge.com (Venkateswara Rao) (1997-03-07) |
Re: Q:How to Speedup yacc based parsers? john_reiser@MENTORG.COM (1997-03-14) |
Re: Q:How to Speedup yacc based parsers? johnmce@world.std.com (1997-03-16) |
Re: Q:How to Speedup yacc based parsers? jlilley@empathy.com (John Lilley) (1997-03-16) |
Re: Q:How to Speedup yacc based parsers? krotoff@boy.nmd.msu.ru (Alexander Krotoff) (1997-03-16) |
Re: Q:How to Speedup yacc based parsers? thetick@scruz.net (Scott Stanchfield) (1997-03-18) |
Re: Q:How to Speedup yacc based parsers? cdc@cosc.canterbury.ac.nz (Carl Cerecke) (1997-03-21) |
From: | "Scott Stanchfield" <thetick@scruz.net> |
Newsgroups: | comp.compilers |
Date: | 18 Mar 1997 13:00:56 -0500 |
Organization: | scruz-net |
References: | 97-03-086 |
Keywords: | yacc, performance |
This is a really good point -- doing this reduced the time spent parsing in
the MetaWare compiler by 25%!
-- Scott
--
---------
Scott Stanchfield, Santa Cruz CA
See my PCCTS Tutorial at
http://www.scruz.net/~thetick/pcctstut
Alexander Krotoff <krotoff@boy.nmd.msu.ru> wrote: in article
> One more hint:
> [ use %prec instead of extra syntax rules to express precedence ]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.