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

Revert GRA changes from PRs 7303 and 7328 #7354

Closed mpirvu closed 4 weeks ago

mpirvu commented 4 weeks ago

PR #7303 added changes to improve the overhead of the global register allocator and PR #7328 fixed a bug in the newly introduced code. Performance experiments have shown that while these changes reduce the CPU consumed by the JIT compilation threads by ~7.5%, they also cause throughput regressions on Daytrader (~1%), AcmeAIREE8 (~2%) and Ilog (~1%) benchmarks.

vijaysun-omr commented 4 weeks ago

Jenkins build all