Skip to content

Fix GH-18294: assertion failure zend_jit_ir.c #18299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

nielsdos
Copy link
Member

The JIT helper zend_jit_assign_op_to_typed_ref expects a zval* as an
argument, so we have to store to the stack if OP1_DATA(=op3) is in a
register.


I also added a commit to fix reproducibility of a related test. These two commits will be merged as separate.

The JIT helper `zend_jit_assign_op_to_typed_ref` expects a `zval*` as an
argument, so we have to store to the stack if OP1_DATA(=op3) is in a
register.
@nielsdos nielsdos linked an issue Apr 10, 2025 that may be closed by this pull request
The test failure did not trigger for me when playing with the JIT code.
From the original issue report some INI settings were not set properly.
@nielsdos nielsdos marked this pull request as ready for review April 10, 2025 18:48
@nielsdos nielsdos requested a review from dstogov as a code owner April 10, 2025 18:48
@nielsdos nielsdos closed this in 4a12a9f Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

assertion failure zend_jit_ir.c
2 participants