diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGCommon.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGCommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGCommon.h b/Source/JavaScriptCore/dfg/DFGCommon.h index 14edff3a5..330504c3e 100644 --- a/Source/JavaScriptCore/dfg/DFGCommon.h +++ b/Source/JavaScriptCore/dfg/DFGCommon.h @@ -71,6 +71,8 @@ #define DFG_ENABLE_SUCCESS_STATS 0 // Used to enable conditionally supported opcodes that currently result in performance regressions. #define DFG_ENABLE_RESTRICTIONS 1 +// Enable verification that the DFG is able to insert code for control flow edges. +#define DFG_ENABLE_EDGE_CODE_VERIFICATION 0 namespace JSC { namespace DFG { |