changed to print backtrace upon assertion failure.

fixed some process scheduler bugs
This commit is contained in:
hyunghwan.chung
2017-08-17 18:10:29 +00:00
parent 8f6b21a4f6
commit a7675116b6
5 changed files with 92 additions and 24 deletions

View File

@ -49,7 +49,7 @@
#define MOO_DEBUG_GC
/*#define MOO_DEBUG_LEXER*/
#define MOO_DEBUG_COMPILER
/*#define MOO_DEBUG_VM_PROCESSOR*/
#define MOO_DEBUG_VM_PROCESSOR
/*#define MOO_DEBUG_VM_EXEC*/
#define MOO_DEBUG_BIGINT
#define MOO_PROFILE_VM