optimize vm

This commit is contained in:
ValKmjolnir
2022-07-04 00:16:04 +08:00
parent 452bb4a5d8
commit 92d68b357c
6 changed files with 90 additions and 63 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
#define PRTINT64 "%lld"
#endif
const uint32_t STACK_DEPTH=8192;
const uint32_t STACK_DEPTH=4096;
inline double hex_to_double(const char* str)
{