Skip to content

opcache_get_configuration() properly reports jit_prof_threshold #17077

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 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Dec 7, 2024

The jit_prof_threshold is a float, supposed to be in range [0, 1], and usually very small (the default is 0.005). Reporting it as int is meaningless.

The `jit_prof_threshold` is a float, supposed to be in range [0, 1],
and usually very small (the default is 0.005).  Reporting it as int
is meaningless.
@cmb69 cmb69 closed this in 3702f97 Dec 9, 2024
@cmb69 cmb69 deleted the cmb/jit_prof_threshold branch December 9, 2024 11:03
charmitro pushed a commit to wasix-org/php that referenced this pull request Mar 13, 2025
The `jit_prof_threshold` is a float, supposed to be in range [0, 1],
and usually very small (the default is 0.005).  Reporting it as int
is meaningless.

Closes phpGH-17077.
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.

2 participants