Open Issues Need Help
View All on GitHub Stack Frame Isolation fehlt about 1 month ago
AI Summary: The task is to fix a bug in the Snug programming language compiler where local variables from previous stack frames remain accessible after a function call returns. This requires implementing proper stack frame isolation in the virtual machine (vm.py) to prevent data leakage between function calls.
Complexity:
4/5
enhancement good first issue