bjorn3 commented on issue #5755:
I was actually thinking about suggesting the same thing! Maybe you could even pass the JumpTableData into the
br_table
builder call directly rather than first requiring to import the jump table into the dfg and then passing the index?
jameysharp commented on issue #5755:
Maybe you could even pass the JumpTableData into the
br_table
builder call directly rather than first requiring to import the jump table into the dfg and then passing the index?That would be fantastic. I imagine it's a little tedious to implement right now though since it requires special handling in the
meta
crate's code-generator.
elliottt commented on issue #5755:
Maybe you could even pass the JumpTableData into the
br_table
builder call directly rather than first requiring to import the jump table into the dfg and then passing the index?That would be fantastic. I imagine it's a little tedious to implement right now though since it requires special handling in the
meta
crate's code-generator.I agree this would be really nice to have. How about we tackle it in a follow-up PR, given the complexity that @jameysharp mentioned :)
bjorn3 commented on issue #5755:
:100:
Last updated: Nov 22 2024 at 16:03 UTC