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
This is very low priority right now, but the generated code dynamically allocates memories for (dynamic) closures. This happens for either functions which capture free variables from their environment or constants that result from computation performed by built-in functions. A garbage collector is required to free up memory again.
The text was updated successfully, but these errors were encountered:
This is very low priority right now, but the generated code dynamically allocates memories for (dynamic) closures. This happens for either functions which capture free variables from their environment or constants that result from computation performed by built-in functions. A garbage collector is required to free up memory again.
The text was updated successfully, but these errors were encountered: