Add time to GC tracing.

This commit is contained in:
Bob Nystrom
2014-01-03 13:17:14 -08:00
parent 058c2606b0
commit f82a034b57
2 changed files with 24 additions and 20 deletions
+3
View File
@@ -43,6 +43,9 @@
// Set this to true to log memory operations as they occur.
#define WREN_TRACE_MEMORY false
// Set this to true to log garbage collections as they occur.
#define WREN_TRACE_GC false
// The maximum number of arguments that can be passed to a method. Note that
// this limtation is hardcoded in other places in the VM, in particular, the
// `CODE_CALL_XX` instructions assume a certain maximum number.