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

Garbage Collection #3

Open
alandipert opened this issue Oct 23, 2011 · 0 comments
Open

Garbage Collection #3

alandipert opened this issue Oct 23, 2011 · 0 comments
Labels

Comments

@alandipert
Copy link
Member

Motivation

We have roughly 2kb available memory on the Uno. With an average object size of 6 bytes, not accounting for heap, we have the theoretical capacity for ~340 objects in memory at any given time. We'd like to be reclaim memory used by unreferenced objects so that Lisp programs on the Arduino can be bigger and run run longer with a lower chance of running out of memory.

Dependencies

  • environments and lexical scopes

Criteria

  • How will be keep track of object references?
  • Which GC strategy is best?
  • What process will initiate garbage collection?
    • What's the best way to do this on the Arduino?
    • Does the best way to do it on a PC differ?
  • Create a branch and tickets that need doing once there's a plan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant