Still have some edge cases to implement but the basics are in
place and working now.
This commit is contained in:
Bob Nystrom
2014-01-12 11:02:07 -08:00
parent 86d93296ab
commit f3a1f7e677
15 changed files with 306 additions and 40 deletions
+4 -1
View File
@@ -212,7 +212,10 @@ struct WrenVM
// allocated objects used by the compiler can be found if a GC is kicked off
// in the middle of a compile.
Compiler* compiler;
// The fiber that is currently running.
ObjFiber* fiber;
// Memory management data:
// The number of bytes that are known to be currently allocated. Includes all