Warner Losh wrote:
Don Hopkins wrote:
The PDP-10 had arbitrarily sized byte pointers!
Did anybody ever
implement a C compiler on that hardware?
Yes. Several people did. We had a thread about it not to long ago. kcc Kok
Chen's C compiler for PDP-10 can be found at
https://github.com/PDP-10/kcc.
I know about four:
- C10 by Alan Snyder
- KCC by Kok Chen, improved by Ken Harrenstien
- GCC backend by myself, funded by XKL
- PCC backend by Anders Magnusson