Skip to content

Commit 63d673d

Browse files
committed
Trmporary disable PROFITABILITY_CHECKS for better test coverage
1 parent f992093 commit 63d673d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ static size_t tsrm_tls_offset;
138138
* type information. Disabling this option allows testing some JIT handlers in the
139139
* presence of try/catch blocks, which prevent SSA construction. */
140140
#ifndef PROFITABILITY_CHECKS
141-
# define PROFITABILITY_CHECKS 1
141+
# define PROFITABILITY_CHECKS 0 // TODO: temporary disabled for better test coverage
142142
#endif
143143

144144
|.type EX, zend_execute_data, FP

0 commit comments

Comments
 (0)