bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: push parser implemenation


From: Bob Rossi
Subject: Re: push parser implemenation
Date: Thu, 7 Sep 2006 15:08:22 -0400
User-agent: Mutt/1.5.11

> >    It was mentioned that the pull parser could be implemented be
> >    using the push mode.  Should I do this?
> 
> Sorry, I don't know the technical issues here.  Would it slow down
> pull parsing to implement it in the push context?  Would it change
> the documented (or undocumented :-) API?

Here is the current timing info, what do you think?

            Rate push-push yacc-yacc yacc-pure push-pure push-yacc
push-push 1.93/s        --      -30%      -31%      -32%      -34%
yacc-yacc 2.73/s       42%        --       -3%       -4%       -6%
yacc-pure 2.81/s       46%        3%        --       -1%       -3%
push-pure 2.85/s       48%        4%        1%        --       -2%
push-yacc 2.90/s       51%        6%        3%        2%        --

Thanks,
Bob Rossi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]