Skip to content

Opcache: zend_jit_align_func for trace_exit_group_stub #11120

Closed
@PeterYang12

Description

@PeterYang12

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions