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

Make CPU cache interrogation an opt-in feature #389

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jan 20, 2025

This feature has a measurable startup performance
and for most modern CPUs, the cache line size is
64 anyway, so it doesn't make sense burning cycles to figure it out just for the odd case were the value is different

This feature has a measurable startup performance
and for most modern CPUs, the cache line size is
64 anyway, so it doesn't make sense burning cycles
to figure it out just for the odd case were the value
is different
}

private static boolean determineCacheLevel() {
return Boolean.parseBoolean(System.getProperty("smallrye.cpu.determine-cache-level", "false"));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name is far from ideal, so I'm certainly open to suggestions

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