OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_FAST_REFCOUNT_DEFAULT.yaml

11 lines
272 B
YAML

define: DUK_USE_FAST_REFCOUNT_DEFAULT
introduced: 1.2.0
default: true
tags:
- performance
- fastpath
- experimental
description: >
When enabled, plain refcount macros (e.g. DUK_TVAL_INCREF) default to
fast variants (DUK_TVAL_INCREF_FAST) to improve performance.