We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f992093 commit 63d673dCopy full SHA for 63d673d
ext/opcache/jit/zend_jit_arm64.dasc
@@ -138,7 +138,7 @@ static size_t tsrm_tls_offset;
138
* type information. Disabling this option allows testing some JIT handlers in the
139
* presence of try/catch blocks, which prevent SSA construction. */
140
#ifndef PROFITABILITY_CHECKS
141
-# define PROFITABILITY_CHECKS 1
+# define PROFITABILITY_CHECKS 0 // TODO: temporary disabled for better test coverage
142
#endif
143
144
|.type EX, zend_execute_data, FP
0 commit comments