Skip to content

Accommodate the long-future Power processors gracefully - #7899

Merged
babsingh merged 1 commit into
eclipse-omr:masterfrom
zl-wang:master
Aug 21, 2025
Merged

Accommodate the long-future Power processors gracefully#7899
babsingh merged 1 commit into
eclipse-omr:masterfrom
zl-wang:master

Conversation

@zl-wang

@zl-wang zl-wang commented Aug 21, 2025

Copy link
Copy Markdown
Contributor

to the latest we know

@zl-wang
zl-wang requested a review from babsingh as a code owner August 21, 2025 17:52
@zl-wang

zl-wang commented Aug 21, 2025

Copy link
Copy Markdown
Contributor Author

@babsingh please review/approve/merge

Comment thread port/unix/omrsysinfo.c Outdated
} else if (0 == strncasecmp(processorName, "power11", 7)) {
rc = OMR_PROCESSOR_PPC_P11;
} else if (0 == strncasecmp(processorName, "power1", 6)) {
// Punt the long-future anticipated cases to the latest we know

@babsingh babsingh Aug 21, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

minor nit, port library doesn't use // for comments ... i have also reworded the comment to improve readability

Suggested change
// Punt the long-future anticipated cases to the latest we know
/* Defer the long-term anticipated cases to the latest known state. */

@babsingh

Copy link
Copy Markdown
Contributor

jenkins build plinux

@babsingh
babsingh merged commit f8db9ee into eclipse-omr:master Aug 21, 2025
3 checks passed
babsingh added a commit to babsingh/omr that referenced this pull request Aug 22, 2025
Related: eclipse-omr#7899

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
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