binaryen
binaryen copied to clipboard
[Stack Switching] Use move semantics for resume entries
Add rvalue reference overload for pushResumeEntry and apply std::move throughout suspend/resume operations to eliminate unnecessary copies.
Have you measured the benefit here? I'm curious because it isn't obvious to me (and seems to add a little complexity)