eclipse / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
933 stars 392 forks source link

Assert if ScratchRegisterManager is unable to provide a register #7346

Closed 0xdaryl closed 1 month ago

0xdaryl commented 1 month ago

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.

0xdaryl commented 1 month ago

@dsouzai : would you mind reviewing and merging please?

dsouzai commented 1 month ago

jenkins build all