Commit fb70753e authored by Kevin Modzelewski's avatar Kevin Modzelewski

Increase the reopt threshold to trigger tier 3 less

parent 2e030372
......@@ -43,7 +43,7 @@ bool USE_REGALLOC_BASIC = true;
int OSR_THRESHOLD_INTERPRETER = 200;
int REOPT_THRESHOLD_INTERPRETER = 100;
int OSR_THRESHOLD_BASELINE = 10000;
int REOPT_THRESHOLD_BASELINE = 500;
int REOPT_THRESHOLD_BASELINE = 2500;
int SPECULATION_THRESHOLD = 100;
static bool _GLOBAL_ENABLE = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment