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.
10 lines
364 B
10 lines
364 B
# Reduce recursion limits for shallow C stack targets.
|
|
# These values are based on the (removed) DUK_USE_DEEP_C_STACK option.
|
|
|
|
DUK_USE_NATIVE_CALL_RECLIMIT: 60
|
|
DUK_USE_COMPILER_RECLIMIT: 50
|
|
DUK_USE_REGEXP_COMPILER_RECLIMIT: 100
|
|
DUK_USE_REGEXP_EXECUTOR_RECLIMIT: 100
|
|
DUK_USE_JSON_ENC_RECLIMIT: 100
|
|
DUK_USE_JSON_DEC_RECLIMIT: 100
|
|
DUK_USE_MARK_AND_SWEEP_RECLIMIT: 32
|
|
|