mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Keep trace number in EG(jit_trace_num) instead of EG(reserved)[zend_func_info_rid]
This commit is contained in:
parent
3376f19742
commit
bfc56ed511
5 changed files with 8 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue