Fixed bugs on freeing chunks and stack-scanning

Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
This commit is contained in:
Victor Olin 2023-02-22 18:30:15 +01:00
parent 07bf2c8f48
commit ea6eab0bcf
7 changed files with 53 additions and 53 deletions

2
.gitignore vendored
View file

@ -9,4 +9,6 @@ llvm.ll
/language
.vscode/
src/GC/lib/*.o
src/GC/lib/*.so
src/GC/tests/*.out