0
41kviews
What is an activation record? Draw diagram of General Activation record and explain the purpose of different fields of an activation record.

Subject: system programming and compiler construction

Topic: Intermediate Code Generation

Difficulty: Medium

1 Answer
2
686views
  • A program as a source code is merely a collection of text (code, statements etc.) and to make it alive, it requires actions to be performed on the target machine.
  • A program needs memory resources to execute instructions.
  • A program contains names for procedures, identifiers etc., that require mapping with …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.