Commit 720f517
authored
JIT: increase inline budget (#114191)
The current JIT inline strategy is prone to running out of budget at inopportune
times, deeply inlining at some top-level sites and not inlining at all at others.
This doesn't happen all that often, but when it does it has very adverse impact
on performance.
While we await a better strategy, we can at least reduce how often this happens
by increasing the budget.
Partially addresses regressions seen in #1139131 parent 6f23aaf commit 720f517
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11422 | 11422 | | |
11423 | 11423 | | |
11424 | 11424 | | |
11425 | | - | |
| 11425 | + | |
11426 | 11426 | | |
11427 | 11427 | | |
11428 | 11428 | | |
| |||
0 commit comments