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

Controlled Memory Management #3

Open
sirinath opened this issue Nov 25, 2013 · 1 comment
Open

Controlled Memory Management #3

sirinath opened this issue Nov 25, 2013 · 1 comment

Comments

@sirinath
Copy link

Is it possible to have have a way to specify quasi C++ style delete but a more safer way. Basically Grizzly (https://grizzly.java.net/) style memory management in the context of general memory management if you would have another crude analogy.

You can specify if a particular object and any containing objects to n level can be collected if they are not live.

Also ability to mark a class or individual fields on whether they escape or not and perhaps make this a compile time constraints.

Also some of the constraints currently in Lancet can be compile time checks than just JIT time checking.

Also is it possible to more to a more friendly license sooner than later.

@sirinath
Copy link
Author

Also objects with reference constraints. E.g. can only be stored in local variables, fields cannot be returned or passed to other objects, etc. this will help stack allocation.

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