Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle stack-too-deep errors #18

Open
3 tasks
alexcere opened this issue Nov 20, 2024 · 0 comments
Open
3 tasks

Handle stack-too-deep errors #18

alexcere opened this issue Nov 20, 2024 · 0 comments

Comments

@alexcere
Copy link
Member

alexcere commented Nov 20, 2024

We need to implement mechanisms for handling stack-too-deep errors. The following steps must be followed to implement our first approach:

  • Modify greedy algorithm to assume the corresponding stack element is already stored in memory when it cannot be reached.
  • First pass: determine when the element was accessible the last time in order to store it in memory
  • Second pass: replace the memory accesses by the corresponding instructions
alexcere added a commit that referenced this issue Dec 4, 2024
alexcere added a commit that referenced this issue Dec 10, 2024
alexcere added a commit that referenced this issue Dec 10, 2024
alexcere added a commit that referenced this issue Dec 10, 2024
alexcere added a commit that referenced this issue Dec 11, 2024
alexcere added a commit that referenced this issue Dec 12, 2024
alexcere added a commit that referenced this issue Dec 12, 2024
alexcere added a commit that referenced this issue Dec 16, 2024
alexcere added a commit that referenced this issue Dec 17, 2024
alexcere added a commit that referenced this issue Dec 18, 2024
alexcere added a commit that referenced this issue Dec 18, 2024
alexcere added a commit that referenced this issue Dec 18, 2024
alexcere added a commit that referenced this issue Dec 18, 2024
alexcere added a commit that referenced this issue Dec 19, 2024
alexcere added a commit that referenced this issue Jan 3, 2025
alexcere added a commit that referenced this issue Jan 3, 2025
alexcere added a commit that referenced this issue Jan 6, 2025
alexcere added a commit that referenced this issue Jan 6, 2025
alexcere added a commit that referenced this issue Jan 10, 2025
alexcere added a commit that referenced this issue Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant