lancet icon indicating copy to clipboard operation
lancet copied to clipboard

GC Strategy

Open sirinath opened this issue 12 years ago • 0 comments

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.

sirinath avatar Dec 02 '13 06:12 sirinath