Skip to content

Add configuration opcache.jit_max_trace_length #16

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

Open
wants to merge 1 commit into
base: PHP-8.1.4
Choose a base branch
from

Conversation

wxue1
Copy link
Owner

@wxue1 wxue1 commented Apr 28, 2023

Max length of a single trace. A long trace generates long JITTed code, which influences the performance slightly.
opcache.jit_max_trace_length range is [4,INF), the default value is 1024.

Reviewed-by: Su, Tao [email protected]

Max length of a single trace. A long trace generates long JITTed
code, which influences the performance slightly.
opcache.jit_max_trace_length range is [4,1024], the default value
is 512.

Signed-off-by: Wang, Xue   <[email protected]>
Reviewed-by: Su, Tao     <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant