#gccrs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gccrs, aggregated by home.social.
-
I am researching "things" for my upcoming Rust For Linux talk, and I stumbled back on these gems from Alex Gaynor and Federico @federicomena
-
#GCCRust is a #GCC based compiler for #Rust.
#gccrs 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 🔗️: https://github.com/Rust-GCC/gccrs