polardbxengine/extra/duktape/duktape-2.3.0/config/config-options/DUK_USE_SHUFFLE_TORTURE.yaml

13 lines
296 B
YAML

define: DUK_USE_SHUFFLE_TORTURE
introduced: 1.2.0
default: false
tags:
- gc
- memory
- development
- torture
description: >
Development time option: force compiler to shuffle every possible opcode
to stress shuffle behavior which is otherwise difficult to test for
comprehensively.