This commit is contained in:
Jaroslav Bachorik 2015-07-31 12:13:57 +02:00
commit 39aea4789c
27 changed files with 2777 additions and 983 deletions

View file

@ -445,9 +445,6 @@ class Arguments : AllStatic {
static char* SharedArchivePath;
public:
// Tiered
static int get_min_number_of_compiler_threads();
// Scale compile thresholds
// Returns threshold scaled with CompileThresholdScaling
static intx scaled_compile_threshold(intx threshold, double scale);