>>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes:
>> What's the minimum percentage of lost time that could be afforded in >> order for me to merge the push skeleton into the yacc skeleton? > I'd like it to be low -- in the 1% or less range, anyway. I think that if we really want to speed yacc.c, we can. For instance yyparse is so big that it certainly prevents any smart register allocation. We can try to improve the yacc.c bits of push.c to speed it up. That way we remain conform with the old figures. But of course, this is still a "theoretical loss" of performances. Would that suffice to you?
