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
eos_vm_runtime uses thread_locals for backend and execution context. It appears they can be replaced as on stack variables, as is being done for sync calls.
Thread local wasm_allocator in controller should be revisited too.
Need more testing.
The text was updated successfully, but these errors were encountered:
eos_vm_runtime
uses thread_locals for backend and execution context. It appears they can be replaced as on stack variables, as is being done for sync calls.Thread local
wasm_allocator
in controller should be revisited too.Need more testing.
The text was updated successfully, but these errors were encountered: