llvm-or1k
LLVM backend for OpenRISC 1000 (by openrisc)
rustc_codegen_gcc
libgccjit AOT codegen for rustc (by antoyo)
llvm-or1k | rustc_codegen_gcc | |
---|---|---|
1 | 33 | |
28 | 11 | |
- | - | |
0.0 | 9.6 | |
about 7 years ago | 2 months ago | |
LLVM | Rust | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
llvm-or1k
Posts with mentions or reviews of llvm-or1k.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-26.
-
Librsvg, Rust, and non-mainstream architectures
I am willing to donate to, for example, an initiative to upstream https://github.com/openrisc/llvm-or1k. Code already exists in this case!
rustc_codegen_gcc
Posts with mentions or reviews of rustc_codegen_gcc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-08.
- Rust Support in the Linux Kernel
-
GCC Rust Monthly Report #9 August 2021
It's true that if this project succeeds, that would be an outcome, but it's probably worth noting that you'd really only have to add support for the GCC backend to do that, and not reimplement the frontend as well (parsing, type checking, lifetime checking, etc.). There's an unrelated project working to do that: https://github.com/antoyo/rustc_codegen_gcc that would likely yield those same benefits for less effort.
-
Gentoo be like :
platform support (may improve soon)
-
Recursive fib is faster in C++?
Here's the gcc backend for rustc here https://github.com/antoyo/rustc_codegen_gcc Since this just swaps the optimizer/codegen module and reuses all the other stuff from rustc it needs less work and can already compile many valid rust programs.
-
Anyone used the gcc backend before?
I'd like to use the rustc_codegen_gcc backend to compile some Rust programs, but I'm confused about how to install and use the patched libgccjit dependency. I've downloaded the fork provided but don't know where to go from there.
-
The Tor Project announces Arti, a Tor implementation written in Rust from scratch
I was being a little sloppy and mixing together "actual embedded hardware" with "extensions for applications written in other languages" in my head. I think your point about LLVM is still accurate, though I hear peeps about different projects working on GCC support from time to time.
-
Rust GCC back end was officially accepted into the compiler
This doesn't have anything to do with using GCC to compile rust, but instead using rustc to compile Rust using the GCC backend. You can do that today by using the linked project, rustc_codegen_gcc, which is intended to be integrated into rustc at some point in the (hopefully near) future.
-
This is the patch series to add support for Rust as a second language to the Linux kernel.
Rather than mrustc you should probably look at rustc_codegen_gcc which uses gcc as a backend to rustc (WIP) or GCC Rust which tries to implement a rust frontend for gcc (also WIP). I think rustc_codegen_gcc looks the most promising at the moment
-
Hacker News top posts: Jul 6, 2021
Libgccjit AOT Codegen for Rustc\ (2 comments)
- Libgccjit AOT Codegen for Rustc
What are some alternatives?
When comparing llvm-or1k and rustc_codegen_gcc you can also consider the following projects:
rustc_codegen_cranelift - Cranelift based backend for rustc
Rust-for-Linux - Adding support for the Rust language to the Linux kernel.
gccrs - GCC Front-End for Rust
avr-hal - embedded-hal abstractions for AVR microcontrollers
ttapi - Golang Turntable.fm api