mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Update inlining thresholds due to changes in scoring algorithm
This commit is contained in:
parent
463f24506d
commit
4a325a192e
|
@ -544,7 +544,7 @@ public class TeaVM implements TeaVMHost, ServiceRepository {
|
|||
|
||||
InliningStrategy inliningStrategy;
|
||||
if (optimizationLevel == TeaVMOptimizationLevel.FULL) {
|
||||
inliningStrategy = new DefaultInliningStrategy(17, 7, 300, false);
|
||||
inliningStrategy = new DefaultInliningStrategy(14, 7, 300, false);
|
||||
} else {
|
||||
inliningStrategy = new DefaultInliningStrategy(100, 7, 300, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user