Skip to content
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

Fix some instance check type pollution #10893

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Fix some instance check type pollution #10893

merged 1 commit into from
Jun 7, 2024

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Jun 7, 2024

Measured using https://github.com/RedHatPerf/type-pollution-agent in the techempower benchmarks.

This patch fixes some of the instanceof type pollution that could cause scalability issues with many CPUs, and also some instanceof misses that are less problematic but still worth avoiding.

Measured using https://github.com/RedHatPerf/type-pollution-agent in the techempower benchmarks.

This patch fixes some of the instanceof type pollution that could cause scalability issues with many CPUs, and also some instanceof misses that are less problematic but still worth avoiding.
@yawkat yawkat added this to the 4.5.3 milestone Jun 7, 2024
Copy link

sonarcloud bot commented Jun 7, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
2 New Bugs (required ≤ 0)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@graemerocher graemerocher merged commit f9551ce into 4.5.x Jun 7, 2024
16 of 17 checks passed
@graemerocher graemerocher deleted the scalability branch June 7, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants