Skip to content

Commit 272edad

Browse files
committed
Reenable PROFITABILITY_CHECKS
1 parent 287d996 commit 272edad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static size_t tsrm_ls_cache_tcb_offset = 0;
156156
* type information. Disabling this option allows testing some JIT handlers in the
157157
* presence of try/catch blocks, which prevent SSA construction. */
158158
#ifndef PROFITABILITY_CHECKS
159-
# define PROFITABILITY_CHECKS 0 // TODO: temporary disabled for better test coverage
159+
# define PROFITABILITY_CHECKS 1
160160
#endif
161161

162162
|.type EX, zend_execute_data, FP

ext/opcache/jit/zend_jit_x86.dasc

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

168168
|.type EX, zend_execute_data, FP

0 commit comments

Comments
 (0)