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
Explore not heap-allocating purs_cont_t. Continuations don't require heap allocation because their are of statically known size and only reference heap-allocated values. This would slightly bloat the purs_any_t type but would likely pay off due to very frequent allocation / free / ref counting calls.
The text was updated successfully, but these errors were encountered:
Explore not heap-allocating
purs_cont_t
. Continuations don't require heap allocation because their are of statically known size and only reference heap-allocated values. This would slightly bloat thepurs_any_t
type but would likely pay off due to very frequent allocation / free / ref counting calls.The text was updated successfully, but these errors were encountered: