From a7fb19f3a90372ddd84911e793413d9ceb244a07 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 15 Aug 2015 09:57:09 +0000 Subject: JS: use deep stack, regardless of platform. Without enabling this, the compiler recursion limit will be hit when parsing most non-trivial JS libraries. --- javascript/duktape/duk_custom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'javascript') diff --git a/javascript/duktape/duk_custom.h b/javascript/duktape/duk_custom.h index da9407f27..625c6ba24 100644 --- a/javascript/duktape/duk_custom.h +++ b/javascript/duktape/duk_custom.h @@ -27,3 +27,5 @@ #undef DUK_USE_DATE_PRS_GETDATE #undef DUK_USE_DATE_PARSE_STRING #endif + +#define DUK_USE_DEEP_C_STACK -- cgit v1.2.3