mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
269 B
11 lines
269 B
9 years ago
|
define: DUK_OPT_SHUFFLE_TORTURE
|
||
|
introduced: 1.2.0
|
||
|
tags:
|
||
|
- gc
|
||
|
- memory
|
||
|
- development
|
||
|
description: >
|
||
|
Development time option: force compiler to shuffle every possible opcode
|
||
|
to stress shuffle behavior which is otherwise difficult to test for
|
||
|
comprehensively.
|