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

Reduce Interpreter stack depth limitations #179

Open
Cypher1 opened this issue Jan 30, 2020 · 1 comment
Open

Reduce Interpreter stack depth limitations #179

Cypher1 opened this issue Jan 30, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Cypher1
Copy link
Owner

Cypher1 commented Jan 30, 2020

The interpreter and compiler are using more stack than expected. This leads to unfortunate stack overflows.

Implement a data stack to avoid over using Rust's stack, improve performance and make the Tako stack behaviours independent of Rust's semantics

@Cypher1 Cypher1 changed the title Look into stack depth issues Reduce Interpreter stack depth limitations Nov 26, 2020
@Cypher1
Copy link
Owner Author

Cypher1 commented Jan 15, 2022

The new stack interpreter should improve this, but lacks many features of the Ast based interpreter. More work to come.

@Cypher1 Cypher1 added the enhancement New feature or request label Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant