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

Experimental example abstract machine with exact GC #252

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rptb1
Copy link
Member

@rptb1 rptb1 commented Jun 17, 2023

This is an example interpreter using an abstract machine that permits exact garbage collection by avoiding use of the C stack to store or pass references into the heap.

Compare and contrast with the Scheme example, which uses C variables and must use conservative garbage collection.

This may form a basis for MPS test cases and in particular to resolve #242 .

@rptb1 rptb1 self-assigned this Jun 17, 2023
@thejayps thejayps added the optional Will cause failures / of benefit. Worth assigning resources. label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optional Will cause failures / of benefit. Worth assigning resources.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testing of transforms is unclear and overengineered
2 participants