ptitSeb opened issue #5667:
InstBuilder::fallthrough_return(...)
as been removed. What could be the alternative to it in current Codegen?
bjorn3 commented on issue #5667:
There isn't. It existed only for the purpose of an integration with Spidermonkey (Baldrdash), which required Spidermonkey to create the function prologue and epilogue.
fallthrough_return
only worked with the Baldrdash calling convention. Baldrdash has since been removed from Spidermonkey and in response the Cranelift side of the integration has been removed too in https://github.com/bytecodealliance/wasmtime/pull/4571.
bjorn3 edited a comment on issue #5667:
There isn't any alternative right now. It existed only for the purpose of an integration with Spidermonkey (Baldrdash), which required Spidermonkey to create the function prologue and epilogue.
fallthrough_return
only worked with the Baldrdash calling convention. Baldrdash has since been removed from Spidermonkey and in response the Cranelift side of the integration has been removed too in https://github.com/bytecodealliance/wasmtime/pull/4571.
bjorn3 edited a comment on issue #5667:
There isn't any alternative right now. It existed only for the purpose of an integration with Spidermonkey (Baldrdash), which required Spidermonkey to create the function prologue and epilogue.
fallthrough_return
only worked with the Baldrdash calling convention AFAIK. Baldrdash has since been removed from Spidermonkey and in response the Cranelift side of the integration has been removed too in https://github.com/bytecodealliance/wasmtime/pull/4571.
bjorn3 commented on issue #5667:
Could you tell a bit about the use case you have? Maybe there is an alternative? Or if not this could help with coming up with a design that isn't Spidermonkey specific.
ptitSeb commented on issue #5667:
I don't think we are actually using this. But
ReturnMode::FallthroughReturn
still exist, so it was in amatch
arm.
bjorn3 commented on issue #5667:
I can't find it anywhere in the Cranelift source.
ptitSeb commented on issue #5667:
Oh, yeah, you are right, sorry. I mixed up different code origina. I'll close the issue.
ptitSeb closed issue #5667:
InstBuilder::fallthrough_return(...)
as been removed. What could be the alternative to it in current Codegen?
ptitSeb edited a comment on issue #5667:
Oh, yeah, you are right, sorry. I mixed up different code origins. I'll close the issue.
Last updated: Nov 22 2024 at 16:03 UTC