What is an activation record?

Information needed by a single execution of a procedure is managed using a contiguous block of storage called an activation record or frame, consisting of the collection of fields such as
a) Return value
b) Actual parameters
c) Optional control link
d) Optional access link
e) Saved machine status
f) Local data
g) Temporaries

Leave a Reply