home.social

#gccrs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gccrs, aggregated by home.social.

  1. I am researching "things" for my upcoming Rust For Linux talk, and I stumbled back on these gems from Alex Gaynor and Federico @federicomena

    #RustLang #GCCRS #LLVM #RustForLinux

  2. is a based compiler for .

    is a frontend for GCC that allows it compile Rust programs. Being based on GCC allows for typical GCC options like -O2 and plugins targeting GIMPLE to be used normally. gccrs also allows for mixed C and Rust code to be effectively optimized and secured as they are compiled to the same intermediate language.

    Website 🔗️: github.com/Rust-GCC/gccrs