Stream: cranelift

Topic: arm32 / x86_32 ?


view this post on Zulip Carlo Kok (Jan 16 2023 at 18:42):

Anyone know if there's ongoing work on reviving those two for the new instruction selector?

view this post on Zulip bjorn3 (Jan 16 2023 at 21:20):

The issues for that are https://github.com/bytecodealliance/wasmtime/issues/1980 and https://github.com/bytecodealliance/wasmtime/issues/1173

We don't currently have fully working x86 support, but we have a backend in-tree that's largely completely. However, it uses the old instructions selection framework, and as described in #1...
What is the feature or code improvement you would like to do in Cranelift? I would like to add ARM support by implementing ARM (not Thumb) encodings/recipes and abi. I am especially interested in a...

view this post on Zulip bjorn3 (Jan 16 2023 at 21:20):

Seems someone is interested in adding 32bit x86 support a couple of days ago.


Last updated: Nov 22 2024 at 16:03 UTC