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
Clarify docs around exceptions in Cranelift (#11601)
* Clarify docs around exceptions in Cranelift
This is a result of today's Cranelift meeting with some of my questions
around the ABI bits here and there. Notably:
* Cranelift is audited and now documented to always consider the callee
calling convention in `try_call`, disregarding the caller calling convention.
* Wasmtime's exception throw now explicitly names the `tailcc` in the
name to indicate that it's only compatible with the tail calling convention.
* The verifier test for exceptions is expanded with a few more cases
here and there that I could think of.
* Backends now assert that the size of the calling-convention list of
payload types is the same as the size of the list of registers the
backend places results into.
* Fix a typo
0 commit comments