blueloveTH 3 سال پیش
والد
کامیت
c26d860b9f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/vm.h

+ 1 - 0
src/vm.h

@@ -94,6 +94,7 @@ public:
         this->vm = this;
         this->_stdout = use_stdio ? &std::cout : &_stdout_buffer;
         this->_stderr = use_stdio ? &std::cerr : &_stderr_buffer;
+        callstack.data().reserve(8);
         init_builtin_types();
     }