Switched stack start and ends to tops and bottoms.
This commit is contained in:
parent
a684fe1ea0
commit
019c54bdad
3 changed files with 24 additions and 26 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue