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

Trampoline Evaluator #1427

Closed
wants to merge 2 commits into from
Closed

Trampoline Evaluator #1427

wants to merge 2 commits into from

Conversation

Negabinary
Copy link
Contributor

@Negabinary Negabinary commented Dec 4, 2024

This pr prevents stack overflows by using a system of "trampolines" in the evaluator. (Basically, we keep track of Hazel's stack ourselves, instead of making OCaml do it.)

Marked as draft because it currently also turns off timeouts

@Negabinary Negabinary marked this pull request as draft December 4, 2024 18:40
@cyrus- cyrus- linked an issue Dec 4, 2024 that may be closed by this pull request
@Negabinary Negabinary deleted the branch kill-req-value December 5, 2024 17:24
@Negabinary Negabinary closed this Dec 5, 2024
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

Successfully merging this pull request may close these issues.

get rid of stack overflows in evaluator
1 participant