File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ static size_t tsrm_ls_cache_tcb_offset = 0;
156
156
* type information. Disabling this option allows testing some JIT handlers in the
157
157
* presence of try/catch blocks, which prevent SSA construction. */
158
158
#ifndef PROFITABILITY_CHECKS
159
- # define PROFITABILITY_CHECKS 0 // TODO: temporary disabled for better test coverage
159
+ # define PROFITABILITY_CHECKS 1
160
160
#endif
161
161
162
162
|.type EX, zend_execute_data, FP
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ static size_t tsrm_tls_offset;
162
162
* type information. Disabling this option allows testing some JIT handlers in the
163
163
* presence of try/catch blocks, which prevent SSA construction. */
164
164
#ifndef PROFITABILITY_CHECKS
165
- # define PROFITABILITY_CHECKS 0 // TODO: temporary disabled for better test coverage
165
+ # define PROFITABILITY_CHECKS 1
166
166
#endif
167
167
168
168
|.type EX, zend_execute_data, FP
You can’t perform that action at this time.
0 commit comments