Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/CS4215-OOGA/ooga-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav-ag committed Apr 19, 2024
2 parents 5b614d0 + dcde56f commit 4e6e475
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vm/oogavm-machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,6 @@ function updateRoots(roots, mapping) {
}

function initialize(numWords = 1000000) {
// TODO: Figure out an appropriate number of words
// There is definitely some bug with the memory management!
constructHeap(numWords, updateRoots);
PC = 0;
OS[0] = initializeStack();
Expand Down

0 comments on commit 4e6e475

Please sign in to comment.