You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, maintainers, I saw JIT will do zend_jit_align_func(&dasm_state); at the beginning of each JIT.
But JIT doesn't do the same operation when allocating exit groups. See here https://github.com/php/php-src/blob/master/ext/opcache/jit/zend_jit_trace.c#L97
Is there any special reason why not to do this?
I would like to provide a patch to add this support if missing unwittingly.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
Hi, maintainers, I saw JIT will do
zend_jit_align_func(&dasm_state);
at the beginning of each JIT.But JIT doesn't do the same operation when allocating exit groups. See here https://github.com/php/php-src/blob/master/ext/opcache/jit/zend_jit_trace.c#L97
Is there any special reason why not to do this?
I would like to provide a patch to add this support if missing unwittingly.
The text was updated successfully, but these errors were encountered: