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
How are you examining the stack of calls? Using @profile, it looks like all calls to typesubtract, due to a complexity problem introduced by cf0c3e0 (#35600)
I don't know how I ended up thinking typeof_tfunc was the culprit, @profile indeed clearly points at typesubtract. My bad. Thanks for fixing this, although sorry to hear that another issue was resurrected instead.
In:
Out:
This happens at least on the latest master and 1.5.
All that time goes into inference, it seems there's a huge stack of recursive calls to
typeof_tfunc
. More than that I haven't figured out.The text was updated successfully, but these errors were encountered: