3,526 views
3 votes
3 votes
Can anybody explain me access link and control link in activation record?I am confused what is different between them

IF POSSIBLE GIVE EXAMPLE ALSO

THANKS A LOT

1 Answer

3 votes
3 votes

control link from record A points to the previous record on the stack. The chain of control links traces the dynamic execution of the program.

An access link from record A points to the record of the closest enclosing block in the program. The chain of access links traces the static structure (think: scopes) of the program.

Source: https://www.cs.hmc.edu/~benw/teaching/notes/activation.html

Related questions

0 votes
0 votes
1 answer
2
Samujjal Das asked Jan 17, 2017
1,540 views
Activation Record can be known atA. Compile TimeB. Run TimeC. Loading TimeD. None of these
1 votes
1 votes
1 answer
3
thor asked Nov 17, 2016
394 views
I searched a lot and tried understanding access link in activation record, but didn't get very far. Please explain?Access link points to activation record associated with...
2 votes
2 votes
1 answer
4