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

Add optimization for Lambdas where they can be marked as non mutating #5

Open
apatrida opened this issue Nov 21, 2017 · 0 comments
Open
Labels

Comments

@apatrida
Copy link
Contributor

Is it possible a lambda can mutate outside state, captured and in its class? if so, we have to allocate a new lambda every time we run a script. If not (either by detection or the user informs us of this), we can avoid this reallocation. Does it even matter either way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant