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 section that explains GC to README #2

Open
slightknack opened this issue Oct 2, 2021 · 3 comments
Open

Add section that explains GC to README #2

slightknack opened this issue Oct 2, 2021 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@slightknack
Copy link
Contributor

No description provided.

@dcurrie
Copy link

dcurrie commented Dec 9, 2021

I noticed that the mark code is recursive, which could lead to stack overflow with some heap scenarios. Have you considered solutions to this, such as pointer reversal?

@ShawSumma
Copy link
Member

Thank you for reminding me of this. I need to write a new, better GC. I have considered a few solutions. I believe the GC needs a re-write. I had a system of no-pause GC for awhile, it is time to bring it back.

@ShawSumma
Copy link
Member

Last weekend I spent some time trying to get BDWGC working with MiniVM, which it mostly does, but there are bugs.

@ShawSumma ShawSumma self-assigned this Jun 26, 2024
@ShawSumma ShawSumma added the documentation Improvements or additions to documentation label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants