Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Arrays are not GC'd #30

Open
quoll opened this issue Dec 6, 2013 · 1 comment
Open

Arrays are not GC'd #30

quoll opened this issue Dec 6, 2013 · 1 comment
Milestone

Comments

@quoll
Copy link
Collaborator

quoll commented Dec 6, 2013

Arrays were merged with the known issue that they are not made available for CG.

That said, the "mark" function does identify arrays, and ensures that anything in a reachable array will be marked to prevent collection of those elements. Just need to mark arrays themselves, and unset those arrays that are not in use.

@quoll
Copy link
Collaborator Author

quoll commented Mar 6, 2014

Have this done. Needs proper testing. More importantly, we need to address #36 before I'll consider closing this issue.

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

No branches or pull requests

1 participant