OVMS3/OVMS.V3/components/duktape/config/feature-options/DUK_OPT_NO_MS_STRINGTABLE_RESIZE.yaml

10 lines
322 B
YAML

define: DUK_OPT_NO_MS_STRINGTABLE_RESIZE
introduced: 1.0.0
tags:
- gc
- memory
description: >
Disable forced string intern table resize during mark-and-sweep garbage
collection. This may be useful when reference counting is disabled, as
mark-and-sweep collections will be more frequent and thus more expensive.