Skip to content

Commit

Permalink
Add setter for TR::Options::_bigCalleeScorchingOptThreshold
Browse files Browse the repository at this point in the history
Signed-off-by: Daryl Maier <maier@ca.ibm.com>
  • Loading branch information
0xdaryl committed Aug 21, 2021
1 parent 6eec759 commit 76338d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/control/OMROptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1577,6 +1577,7 @@ class OMR_EXTENSIBLE Options
int32_t getBigCalleeThresholdForColdCallsAtHot() const {return _bigCalleeThresholdForColdCallsAtHot;}
int32_t getBigCalleeFrequencyCutoffAtHot() const {return _bigCalleeFreqCutoffAtHot;}
int32_t getBigCalleeScorchingOptThreshold() const {return _bigCalleeScorchingOptThreshold;}
void setBigCalleeScorchingOptThreshold(int32_t t) { _bigCalleeScorchingOptThreshold = t; }
int32_t getLargeCompiledMethodExemptionFreqCutoff() const {return _largeCompiledMethodExemptionFreqCutoff;}
int32_t getMaxSzForVPInliningWarm() const {return _maxSzForVPInliningWarm;}
int32_t getInlinerVeryLargeCompiledMethodThreshold() const {return _inlinerVeryLargeCompiledMethodThreshold;}
Expand Down

0 comments on commit 76338d7

Please sign in to comment.