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
At the moment, all roots are stack-allocated in the current stack frame. We could also supply a mechanism for rooting in an ancestor stack frame, which would give a facility similar to v8's root scopes. (Neon has a similar mechanism https://api.neon-bindings.com/neon/scope/index.html.)
The text was updated successfully, but these errors were encountered:
At the moment, all roots are stack-allocated in the current stack frame. We could also supply a mechanism for rooting in an ancestor stack frame, which would give a facility similar to v8's root scopes. (Neon has a similar mechanism https://api.neon-bindings.com/neon/scope/index.html.)
The text was updated successfully, but these errors were encountered: