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

Memory Management #3

Open
mattbierner opened this issue May 28, 2013 · 0 comments
Open

Memory Management #3

mattbierner opened this issue May 28, 2013 · 0 comments

Comments

@mattbierner
Copy link
Owner

Atum retains all objects used during evaluation, even if these objects are no longer reachable in the hosted language as they remain reachable in the host. Unreachable hosted objects should be reclaimed in a functional way.

Two potential solutions:

  • Harness the host language's garbage collection. Javascript makes this hard by not having a weak reference type and some implementations may violate the project's functional goals.
  • Write a garbage collector for the hosted language.
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