Skip to content

Stop side exit tracing when reach max_root_trace. #11

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 Mar 22, 2023

When max_root_trace is reached, JIT in tracing mode will not compile any new code for side trace, but side exit tracing is still going on. We stop it directly instead of lazy blacklisting.

Signed-off-by: Wang, Xue [email protected]

When max_root_trace is reached, JIT in tracing mode will not
compile any new code for side trace, but side exit tracing is
still going on. We stop it directly instead of lazy blacklisting.

Signed-off-by: Wang, Xue [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.

3 participants