File: timing_sensitive.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 (6 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
# Base configuration for timing sensitive environments, see
# doc/timing-sensitive.rst:

DUK_USE_MARK_AND_SWEEP: true
DUK_USE_REFERENCE_COUNTING: true
DUK_USE_VOLUNTARY_GC: false