notes

来自「操作系统源代码」· 代码 · 共 10 行

TXT
10
字号
Berkeley Yacc reflects its origins.  The reason so many routinesuse exactly six register variables is that Berkeley Yacc wasdeveloped on a VAX using PCC.  PCC placed at most six variablesin registers.  I went to considerable effort to find which sixvariables most belonged in registers.  Changes in machines andcompilers make that effort worthless, perhaps even harmful.The code contains many instances where address calculations areperformed in particular ways to optimize the code for the VAX.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?