diff options
Diffstat (limited to 'deps/v8/src/execution.h')
-rw-r--r-- | deps/v8/src/execution.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/execution.h b/deps/v8/src/execution.h index 8cfdec27f3..126b172d21 100644 --- a/deps/v8/src/execution.h +++ b/deps/v8/src/execution.h @@ -205,7 +205,7 @@ class StackGuard BASE_EMBEDDED { static void EnableInterrupts(); static void DisableInterrupts(); - static const uintptr_t kLimitSize = 512 * KB; + static const uintptr_t kLimitSize = kPointerSize * 128 * KB; static const uintptr_t kInterruptLimit = 0xfffffffe; static const uintptr_t kIllegalLimit = 0xffffffff; |