From 4805f9e11e182e2cad9c99238837b3b26c72782e Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 10 Mar 2015 16:48:53 +0200 Subject: [PATCH] Document shuffle torture option --- doc/feature-options.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/feature-options.rst b/doc/feature-options.rst index 86771311..97adc917 100644 --- a/doc/feature-options.rst +++ b/doc/feature-options.rst @@ -825,6 +825,13 @@ DUK_OPT_NO_ZERO_BUFFER_DATA By default Duktape zeroes data allocated for buffer values. Define this to disable the zeroing (perhaps for performance reasons). +DUK_OPT_SHUFFLE_TORTURE +----------------------- + +Development time option: force compiler to shuffle every possible opcode +to stress shuffle behavior which is otherwise difficult to test for +comprehensively. + Using DUK_OPT_HAVE_CUSTOM_H and duk_custom.h ============================================