File: shallow_c_stack.yaml

package info (click to toggle)
duktape 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 21,160 kB
  • sloc: ansic: 215,359; python: 5,961; javascript: 4,555; makefile: 477; cpp: 205
file content (10 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# 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