Keep trace number in EG(jit_trace_num) instead of EG(reserved)[zend_func_info_rid]

This commit is contained in:
Dmitry Stogov 2020-05-25 17:05:26 +03:00
parent 3376f19742
commit bfc56ed511
5 changed files with 8 additions and 14 deletions

View file

@ -164,6 +164,8 @@ struct _zend_executor_globals {
struct _zend_execute_data *current_execute_data;
zend_class_entry *fake_scope; /* used to avoid checks accessing properties */
uint32_t jit_trace_num; /* Used by tracing JIT to reference the currently running trace */
zend_long precision;
int ticks_count;