What is the maximum inlining depth in practice?

As mentioned on Slack, I generated 52 functions each which calls the previous, where the final step calls sum (which itself has a call stack 13 functions deep), and that all inlined.

So if there is a limit, it’s at least 66 layers deep - and will probably never be reached in practice.

1 Like