|
12.3.4 Activation RecordsThe information in an activation record varies according to the language being compiled. An activation record can be of a fixed or variable size. A typical activation record contains space to record values for local data and parameters or references to such space. It also contains the return location in the code so that execution can resume correctly when the procedure finishes. The term offset is used to describe the relative position of information in an activation record, that is, its position relative to the beginning of the activation record. |