Stack Computers: the new wave © Copyright 1989, Philip Koopman, All Rights Reserved.


Chapter 7
Software Issues

Any computer system is worthless without software. Having hardware that effectively supports software requirements is of the utmost importance. Stack machines offer new tradeoffs and choices when considering software issues. Section 7.1 discusses the importance of fast subroutine calls, and how they can directly and indirectly affect not only program execution speed, but also software quality and programmer productivity.

Section 7.2 explains the choices and tradeoffs involved in choosing an appropriate language for programming stack machines, and how stack machines can support conventional languages efficiently.

Section 7.3 discusses the interfaces among all levels of a program written for a stack machine. The uniformity of software interface present in stack machines is not possible in register-based machines, and gives significant advantages.



CONTENTS TOP PREV CHAP NEXT CHAP NEXT SECTION NEXT SECTION

HOME Phil Koopman -- koopman@cmu.edu