Skip to content

Allocate less memory for EG(errors) when recording errors for opcache #7744

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

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

TysonAndre
Copy link
Contributor

errors is an array of pointers, not an array of values. (could be an array of values instead, but not really performance sensitive enough to investigate)

Low importance since this is freed after opcache compiles a file and there are
typically no or very few errors.

errors is an array of pointers, not an array of values.

Low importance since this is freed after opcache compiles a file and there are
typically no or very few errors.
@TysonAndre TysonAndre merged commit 25bb229 into php:master Dec 10, 2021
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.

2 participants