mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
431 B
12 lines
431 B
9 years ago
|
define: DUK_OPT_DEEP_C_STACK
|
||
|
introduced: 1.0.0
|
||
|
tags:
|
||
|
- memory
|
||
|
- portability
|
||
|
description: >
|
||
|
By default Duktape imposes a sanity limit on the depth of the C stack
|
||
|
because it is often limited in embedded environments. This option
|
||
|
forces Duktape to use a deep C stack which relaxes e.g. recursion limits.
|
||
|
Automatic feature detection enables deep C stacks on some platforms known
|
||
|
to have them (e.g. Linux, BSD, Windows).
|