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

Perf: remove the local variables in the eval switch #7

Open
renaudpawlak opened this issue Sep 28, 2019 · 0 comments
Open

Perf: remove the local variables in the eval switch #7

renaudpawlak opened this issue Sep 28, 2019 · 0 comments
Labels
optimization Make the compilation or evaluation run faster

Comments

@renaudpawlak
Copy link
Collaborator

This causes useless stack consumption.
Two possible approaches:

  • one handler final private method per node type
  • visitor
@renaudpawlak renaudpawlak added the optimization Make the compilation or evaluation run faster label Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Make the compilation or evaluation run faster
Projects
None yet
Development

No branches or pull requests

1 participant