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

Reuse arguments frame #60

Open
kpp opened this issue Mar 6, 2015 · 0 comments
Open

Reuse arguments frame #60

kpp opened this issue Mar 6, 2015 · 0 comments
Labels
Milestone

Comments

@kpp
Copy link
Collaborator

kpp commented Mar 6, 2015

To mark arguments we have to:

  • alloc place for them
  • call gcroot
  • fill them with items

But the lifetime of arguments lasts only 1 instruction (sendMessage). We may reuse the allocated memory for other arguments and reduce the number of allocas.

@kpp kpp added the feature label Mar 6, 2015
@kpp kpp added this to the Version 0.5 milestone Mar 6, 2015
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