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

Assert if ScratchRegisterManager is unable to provide a register #7346

Merged
merged 1 commit into from
May 23, 2024

Conversation

0xdaryl
Copy link
Contributor

@0xdaryl 0xdaryl commented May 23, 2024

The ScratchRegisterManager quietly returns NULL if it is unable to provide a scratch register. This is actually a serious problem and the logic should assert fatally rather than return NULL.

The ScratchRegisterManager quietly returns NULL if it is unable to provide a
scratch register.  This is actually a serious problem and the logic should
assert fatally rather than return NULL.

Signed-off-by: Daryl Maier <maier@ca.ibm.com>
@0xdaryl
Copy link
Contributor Author

0xdaryl commented May 23, 2024

@dsouzai : would you mind reviewing and merging please?

@dsouzai dsouzai self-assigned this May 23, 2024
@dsouzai
Copy link
Contributor

dsouzai commented May 23, 2024

jenkins build all

@dsouzai dsouzai merged commit 1814ef7 into eclipse-omr:master May 23, 2024
15 of 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.

2 participants