407

1. Show that the access link in an activation record (the “static” link) isn’t static.

2. Suppose that we tried to avoid adding an access link to each activation record in a language with nested procedures by devising a mechanism for counting our way through dynamic links until the appropriate activation was reached (dynamic links will always lead eventually to the correct lexical environment). Why can’t this work?

 

Q