What are the fields available in activation records in compiler design?
Answers
Answered by
0
information needed by a single executiln of a procedure is managed using an activation record or frame . when a procedure is called , an activation record is pushed in stack and as soon as the control returns to the caller function the activation record is pooped.
Similar questions