Stream: git-wasmtime

Topic: wasmtime / issue #5723 Cranelift: Only build iconst for i...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2023 at 21:07):

jameysharp commented on issue #5723:

I think this should be back-ported for the upcoming release, once we've validated this change, even though we haven't received any bug reports about these rules. I don't think it needs to be backported further since this will be the first release with e-graph optimization on by default.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2023 at 22:11):

jameysharp commented on issue #5723:

If we're generalizing iconst, I'd be tempted to try for a generic const that works with floats and vectors too.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2023 at 22:29):

cfallin commented on issue #5723:

Perhaps, yeah. I just went to remind myself how fconst works and it turns out that we actually split to fconst32 and fconst64 opcodes, so the situation is even less polymorphic than I had thought. Cleanup would be nice!


Last updated: Oct 23 2024 at 20:03 UTC