You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Tunables::inlining_sum_size_threshold a hard limit (#11458)
* Make `Tunables::inlining_sum_size_threshold` a hard limit
This prevents infinitely inlining small recursive functions whose size is less
than `Tunables::small_callee_size`.
* Add test case
0 commit comments