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

GC Strategy #4

Open
sirinath opened this issue Dec 2, 2013 · 0 comments
Open

GC Strategy #4

sirinath opened this issue Dec 2, 2013 · 0 comments

Comments

@sirinath
Copy link

sirinath commented Dec 2, 2013

In some language implementations you can reason over how GC can be done in a more efficient way (E.g. Erjang). In this context it would be helpful on being able to specify likely candidates for collection and perhaps groups of objects which will not hold references to other object groups.

In addition to be able to specify immutability and additional constraints on referencing (only referenced locally, escape).

In addition the ability to allocate outside the normal GC and specify own GC algo.

Also ability to specify a reference counting strategy in languages this is more plausible.

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

No branches or pull requests

1 participant