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

Optimization - move variables outside of executed function #9

Open
korzio opened this issue Jan 16, 2017 · 0 comments
Open

Optimization - move variables outside of executed function #9

korzio opened this issue Jan 16, 2017 · 0 comments

Comments

@korzio
Copy link
Owner

korzio commented Jan 16, 2017

For final generated function variables are added dynamically to the function body. This could be moved to a wrapped generated function, so it will not be executed on each function.

Investigate

  • how much faster it will be in common case
  • dynamically release used variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant