diff --git a/src/vm/oogavm-machine.ts b/src/vm/oogavm-machine.ts index e680cc2..623c123 100644 --- a/src/vm/oogavm-machine.ts +++ b/src/vm/oogavm-machine.ts @@ -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();