Switched stack start and ends to tops and bottoms.

This commit is contained in:
Victor Olin 2023-02-24 13:08:33 +01:00
parent a684fe1ea0
commit 019c54bdad
3 changed files with 24 additions and 26 deletions

View file

@ -1,17 +1,15 @@
# Garbage collection
## Project
Goal for next week (24/2):
- Debug
- Write more complex tests
## GC TODO:
- Merge to main branch
- stack_end, stack_start -> stack_top, stack_bottom
- Double check m_heap_size functionality and when a collection is triggered
- Kolla vektor vs list complexity
## Tests TODO
- Write complex datastructures for tests with larger programs