rustc_codegen_gcc: Progress Report #39
blog.antoyo.xyz·14h·
Discuss: r/rust
🦀Rust
Preview
Report Post

What is rustc_codegen_gcc?

rustc_codegen_gcc is a GCC ahead-of-time codegen for rustc, meaning that it can be loaded by the existing rustc frontend, but benefits from GCC by having more architectures supported and having access to GCC’s optimizations. It is not to be confused with gccrs, which is a GCC frontend for Rust.

State of rustc_codegen_gcc

Here’s what has been done during the past months:

Remove passing tests from failing-ui-tests.txt

Fix RAM usage by splitting deeply nested expressions

[Implement reg…

Similar Posts

Loading similar posts...