1
Fork 0

Add IRC channel in the readme

This commit is contained in:
Antoni Boucher 2022-09-04 19:29:34 -04:00
parent f623e5325a
commit 9560cb13fe

View file

@ -1,5 +1,7 @@
# WIP libgccjit codegen backend for rust
[![IRC channel](https://img.shields.io/badge/irc.libera.chat-%23rustc__codegen__gcc-blue.svg)](irc://irc.libera.chat/rustc_codegen_gcc)
This is a GCC codegen for rustc, which means it can be loaded by the existing rustc frontend, but benefits from GCC: more architectures are supported and GCC's optimizations are used.
**Despite its name, libgccjit can be used for ahead-of-time compilation, as is used here.**