cargo-gccrs VS rustc_codegen_gcc

Compare cargo-gccrs vs rustc_codegen_gcc and see what are their differences.

cargo-gccrs

Gaining support for cargo via rustc-wrapper (by Rust-GCC)

rustc_codegen_gcc

libgccjit AOT codegen for rustc (by rust-lang)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cargo-gccrs rustc_codegen_gcc
5 49
22 882
- 2.4%
1.6 9.7
11 months ago 18 days ago
Rust 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.

cargo-gccrs

Posts with mentions or reviews of cargo-gccrs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-26.
  • Rust Support Is Being Built into the GNU GCC Compiler
    1 project | news.ycombinator.com | 20 Mar 2023
    We have `cargo-gccrs` for this, so a cargo subcommand which intercepts arguments given to `rustc` and converts them into `gccrs` arguments :)

    https://github.com/rust-GCC/cargo-gccrs/

    it's still in a relatively early stage as we are focusing on the compiler. But the idea is for it to be a drop-in replacement for compilation and execution operations, so you'd have `cargo gccrs build`, `cargo gccrs run`, `cargo gccrs test`, etc

  • GCC gets a new frontend for Rust
    6 projects | /r/programming | 26 Feb 2023
    gccrs is the compiler (like rustc). You can use cargo with gccrs : https://github.com/Rust-GCC/cargo-gccrs
  • GCC Rust front-end approved by GCC Steering Committee
    3 projects | /r/rust | 11 Jul 2022
    See https://github.com/Rust-GCC/cargo-gccrs. There will definetly some sort of cargo support in the end. Either by having a behave-like-rustc wrapper around gccrs or by adding support directly to cargo or a cargo fork.
  • GCC Rust Approved by GCC Steering Committee
    9 projects | news.ycombinator.com | 11 Jul 2022
    Cargo support for gccrs is part of this project:

    https://github.com/Rust-GCC/cargo-gccrs

    Moreover, modules are less interesting to me in embedded development as is access to Rust's borrow checker for gaining certainty of small portions of larger projects, which are written in other languages.

  • GCC Rust in 2021
    2 projects | /r/rust | 20 Dec 2021
    - With the [cargo-gccrs](https://github.com/Rust-GCC/cargo-gccrs/) we want to integrate gccrs as seamless as possible into the Rust ecosystem. So yes.

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 2023-07-05.

What are some alternatives?

When comparing cargo-gccrs and rustc_codegen_gcc you can also consider the following projects:

simh - The Computer History Simulation Project

gccrs - GCC Front-End for Rust

hubris - A lightweight, memory-protected, message-passing kernel for deeply embedded systems.

gcc-rust - a (WIP) Rust frontend for gcc / a gcc backend for rustc

min-sized-rust - ๐Ÿฆ€ How to minimize Rust binary size ๐Ÿ“ฆ

Rust-for-Linux - Adding support for the Rust language to the Linux kernel.

databend - ๐——๐—ฎ๐˜๐—ฎ, ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ & ๐—”๐—œ. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com

miri - An interpreter for Rust's mid-level intermediate representation

compiler-explorer - Run compilers interactively from your web browser and interact with the assembly

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Appleโ€™s stable releases of Clang as well as support the Swift project.

libgccjit-patches - Patches awaiting review for libgccjit