-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow display of local variables in frames multiple levels deep.
Remove the arbitrary separation between the variable references used to represent scopes and those used to represent variable objects. This implementation uses a common pool of handles to support both variable object references as well as scope references, thus eliminating the previous bounded numerical range used for scopes, which was not large enough to represent stack frames multiple levels deep, due to thread and level information being encoded in the scope variable reference value.
- Loading branch information
Showing
1 changed file
with
36 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters