diff options
| -rw-r--r-- | Readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md index aa3626db4ef..b6dc421e259 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # WIP libgccjit codegen backend for rust +[](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.** |
