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

Add garbage collection for removing local variables #34

Open
anoniscoding opened this issue Dec 11, 2018 · 3 comments
Open

Add garbage collection for removing local variables #34

anoniscoding opened this issue Dec 11, 2018 · 3 comments

Comments

@anoniscoding
Copy link
Owner

anoniscoding commented Dec 11, 2018

No description provided.

@anoniscoding
Copy link
Owner Author

A good reference point is - https://dzone.com/articles/garbage-collection-a-brief-introduction

@mykeels
Copy link
Contributor

mykeels commented Dec 13, 2018

Isn't garbage collection already handled by JavaScript? @anoniscoding

@anoniscoding
Copy link
Owner Author

anoniscoding commented Dec 13, 2018

True, garbage collection is handled by javascript, but that doesn't clean up memory created within yorlang.

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

2 participants