eclipse / omr

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

Improve maxprec routine on Z to use SLB instruction #1725

Open deesebas opened 6 years ago

deesebas commented 6 years ago

The maxprec routine that obtains current time on z platforms can be optimized by using the SLB instruction.

Refer https://github.com/eclipse/omr/pull/1722

charliegracie commented 6 years ago

This was resolved in #1722

deesebas commented 6 years ago

@charliegracie this hasn't in fact been fixed by #1722 and is still outstanding.

charliegracie commented 6 years ago

@deesebas good catch. Sorry I confused it with the other work.