Rust GCC back end was officially accepted into the compiler

Proposal rustc_codegen_gcc is a new code generation backend for rustc using the libgccjit library from GCC. (Despite its name, libgccjit works for ahead-of-time compilation as well.) rustc_codegen_… Read more

Similar