Skip to content

Commit 7c87fb1

Browse files
authored
Merge pull request #7688 from mpirvu/inlinerthreshold
Increase a couple of inliner thresholds
2 parents 7dfa384 + 64e73fb commit 7c87fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/control/OMROptions.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2667,9 +2667,9 @@ OMR::Options::jitPreProcess()
26672667
#elif defined(TR_HOST_S390)
26682668
_bigCalleeThreshold = 600;
26692669
#else
2670-
_bigCalleeThreshold = 400;
2670+
_bigCalleeThreshold = 500;
26712671
#endif
2672-
_bigCalleeThresholdForColdCallsAtWarm = 400;
2672+
_bigCalleeThresholdForColdCallsAtWarm = 500;
26732673
_bigCalleeThresholdForColdCallsAtHot = 500;
26742674
_bigCalleeFreqCutoffAtWarm = 0;
26752675
_bigCalleeHotOptThreshold = 600;

0 commit comments

Comments
 (0)