Closed
Description
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.