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
We should be able to detect a combinatorial explosion due to recursive inlining by examining the Func graph, so that instead of the compiler just stalling, we can tell people that a certain chain of functions causes an expansion of work by a factor of x.