k0tran opened issue #9612:
Feature
loongarch64 is a cpu architecture. Right now Rust has loongarch64-unknown-linux-gnu and loongarch64-unknown-linux-musl targets thanks to LLVM. I wonder if its support is even planned in cranelift.
Benefit
loongarch64 is already supported by Rust compiler - most crates you can compile to loongarch64 on loongarch64. One of exceptions to this general rule is the Zellij. It depends on the cranelift-codegen internally.
Implementation
TODO: Do you have an implementation plan, and/or ideas for data structures or
algorithms to use?Alternatives
TODO: What are the alternative implementation approaches or alternative ways to
solve the problem that this feature would solve? How do these alternatives
compare to this proposal?
cfallin added the cranelift:new-target label to Issue #9612.
cfallin commented on issue #9612:
Thanks for creating this issue! Are you interested in working on this?
I'll leave a link to this comment giving a high-level picture of the timelines and costs associated with new-target support. We're a fairly small team and a new backend is a large project, so the most likely way this would happen is if someone steps forward and volunteers to do the work, and then stick around as a maintainer afterward.
k0tran commented on issue #9612:
Thanks for creating this issue! Are you interested in working on this?
I'll leave a link to this comment giving a high-level picture of the timelines and costs associated with new-target support. We're a fairly small team and a new backend is a large project, so the most likely way this would happen is if someone steps forward and volunteers to do the work, and then stick around as a maintainer afterward.
Thanks, I see. I might try doing something. Although I'm pretty much sure that time requirements multiplied by my skill gap will result in too much time for porting one of terminal multiplexers (and creating cranelift backend in the process :D). But we'll see
Last updated: Nov 22 2024 at 16:03 UTC