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
This is a bit trickier than I had thought... since functions can be passed a function that throws, or parametrized with a type that can throw in a method call.
I imagine that any frame that may end up unwinding needs uwtable. In Rust that is almost all frames. There may be some glues that don't need to unwind. I'm not sure how actionable this is. @thestinger do you still think there's something that can be done here?
This is only useful to prevent the ABI from changing depending on whether a function is nounwind or not.
The text was updated successfully, but these errors were encountered: