Skip to content

Changes

Summary

  1. GRA changes to reduce JIT overhead at warm opt levels (commit: 3d1b3ad) (details)
Commit 3d1b3ad278cb7273ff64d0568465ea86add1506a by mpirvuca.ibm.com Pirvu
GRA changes to reduce JIT overhead at warm opt levels

The commit introduces a new option -Xjit:graFreqThresholdAtWarm=<NNN>
that can be used to control the JIT overhead for compilations
performed at warm optimization level or below. The default value
of the threshold is 500. A larger value leads to lower JIT overhead
but also to potentially lower quality of the generated code.
For hot compilations or in situations where we think we can afford
more JIT overhead, the threshold is automatically set to 0.

Signed-off-by: Marius Pirvu <mpirvu@ca.ibm.com>
(commit: 3d1b3ad)
The file was modified compiler/control/OMROptions.hpp (diff)
The file was modified compiler/optimizer/OMRRegisterCandidate.cpp (diff)
The file was modified compiler/control/OMROptions.cpp (diff)
The file was modified compiler/optimizer/GlobalRegisterAllocator.hpp (diff)
The file was modified compiler/optimizer/GlobalRegisterAllocator.cpp (diff)