Tweaked sweeping, test with detached pointers

This commit is contained in:
valtermiari 2023-02-20 14:34:57 +01:00
parent a9998a7816
commit ce3a6d36f0
3 changed files with 42 additions and 33 deletions

View file

@ -8,6 +8,7 @@ Goal for next week (24/2):
## GC TODO:
- Merge to main branch
- Fix singleton references
- Think about how we want to determine if some object is a pointer or not, probably will have to discuss that with Samuel. Since it is not ideal to determine in the GC if an object is a pointer or not. It should preferably be done in a previous stage.
## Tests TODO
### Library linking