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
The allocator implemented in #629 currently allocates a memory slot for each point of allocation. We should improve this to allocate only as many slots as are potentially used at the same time. This should be done before the more complex scheme in #713.
The text was updated successfully, but these errors were encountered:
The allocator implemented in #629 currently allocates a memory slot for each point of allocation. We should improve this to allocate only as many slots as are potentially used at the same time. This should be done before the more complex scheme in #713.
The text was updated successfully, but these errors were encountered: