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

Disable TLH prefetching by default post-Skylake processors #7357

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

0xdaryl
Copy link
Contributor

@0xdaryl 0xdaryl commented Jun 3, 2024

  • Remove deprecated processor enum values
  • Eliminate targetSupportsSoftwarePrefetches flag
  • Disable TLH allocation prefetching by default post-Skylake

All known uses in downstream projects have been changed.

Signed-off-by: Daryl Maier <maier@ca.ibm.com>
This flag was always set to true and all supported target x86 processors support
prefetch instructions. This flag is unnecessary.

Signed-off-by: Daryl Maier <maier@ca.ibm.com>
Signed-off-by: Daryl Maier <maier@ca.ibm.com>
@0xdaryl 0xdaryl marked this pull request as ready for review June 4, 2024 22:25
@0xdaryl 0xdaryl requested a review from mstoodle as a code owner June 4, 2024 22:25
@0xdaryl
Copy link
Contributor Author

0xdaryl commented Jun 4, 2024

Jenkins build all

@vijaysun-omr
Copy link
Contributor

@BradleyWood your review would be appreciated here. Thanks

@vijaysun-omr
Copy link
Contributor

Checks have passed, and it is a simple change that is now approved.

@vijaysun-omr vijaysun-omr merged commit 384dcb8 into eclipse:master Jun 5, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants