🚀 shrink stack size & optimize nasal_vm::traceback

This commit is contained in:
ValKmjolnir
2022-07-25 00:23:07 +08:00
parent 61dcfb9395
commit 4c95d622f6
2 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ using usize=std::size_t;
using f64=double;
using std::string;
const u32 STACK_DEPTH=2048;
const u32 STACK_DEPTH=1024;
inline f64 hex_to_double(const char* str)
{