Fixed bug in free and some small testing additions

This commit is contained in:
valtermiari 2023-02-22 12:12:43 +01:00
parent 6fff6ef2d1
commit 1ccf3dac6b
3 changed files with 34 additions and 5 deletions

View file

@ -8,6 +8,9 @@ Goal for next week (24/2):
## GC TODO:
- Merge to main branch
- Fix singleton references
- Get a good grasp of how the adressing of stack frames actually works.
- Debug "free()", sometimes it skips chunks that should be freed.
- Check alignment of chunks.
- 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