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
Currently, we build the stack switching logic on top of Wasmtime Fiber. The interface (and implementation) provided by Wasmtime Fiber is more general and conservative than we require. We should trim the interface and implementation down to a bare minimum. As a result, we ought to see a some performance improvements too, because, in our case, Wasmtime Fiber performs some redundant writes and causes two unnecessary indirections on each stack switch.
The text was updated successfully, but these errors were encountered:
Currently, we build the stack switching logic on top of Wasmtime Fiber. The interface (and implementation) provided by Wasmtime Fiber is more general and conservative than we require. We should trim the interface and implementation down to a bare minimum. As a result, we ought to see a some performance improvements too, because, in our case, Wasmtime Fiber performs some redundant writes and causes two unnecessary indirections on each stack switch.
The text was updated successfully, but these errors were encountered: