Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > 9e64e5ece7df5ab1d810e00acd09d598 > files > 6

byacc-20100216-1mdv2010.1.x86_64.rpm

Berkeley Yacc reflects its origins.  The reason so many routines
use exactly six register variables is that Berkeley Yacc was
developed on a VAX using PCC.  PCC placed at most six variables
in registers.  I went to considerable effort to find which six
variables most belonged in registers.  Changes in machines and
compilers make that effort worthless, perhaps even harmful.

The code contains many instances where address calculations are
performed in particular ways to optimize the code for the VAX.