|
|
|
|
|
by volta83
1664 days ago
|
|
You mean "multi-return" functions? https://github.com/bytecodealliance/wasmtime/issues/1057 We have looked at these before. Modern CPUs have a RAS, and you dont want to mess with that. But there are ways to implement this, and some papers that cover the performance impact. We'd need a very motivated individual to add support for this to LLVM and Cranelift. |
|