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
Why are allocations (and time, but this looks like a consequence) ever increasing on each call to compile? For sure we are not freeing the previously compiled functions who live in the Thunks but that shouldn't affect?
The text was updated successfully, but these errors were encountered:
Recently I found this strange behavior
Why are allocations (and time, but this looks like a consequence) ever increasing on each call to
compile
? For sure we are not freeing the previously compiled functions who live in theThunk
s but that shouldn't affect?The text was updated successfully, but these errors were encountered: