Chapter 12: Runtime Support
Overview
This chapter considers how program structures are implemented in
a computer's memory. Techniques are presented for accessing data
on a runtime stack and in a heap. Runtime structures are discussed
for accessing a method's nonlocal storage. An overview of
garbage collection is presented.