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

Commoning and InductionVariable changes for OffHeap #7368

Closed rmnattas closed 3 days ago

rmnattas commented 2 weeks ago

Code disables localCSE for offheap and updates createStoreForVar to only store the baseArray (not the dataAddressPointer). Code to store pinningArray for offheap is in https://github.com/eclipse/omr/pull/7345 but not tested with commoning enabled yet. Also changes to teach InductionVariable code on OffHeap tree structure.

rmnattas commented 1 week ago

Fixing wrapping some code by a macro, but ready for review. EDIT: Done

vijaysun-omr commented 3 days ago

Jenkins build all

vijaysun-omr commented 3 days ago

Jenkins build win