Skip to content

Commit a88b648

Browse files
committed
Add explanation in the readme
1 parent 6af0e57 commit a88b648

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# WIP libgccjit codegen backend for rust
22

3+
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.
4+
35
**Despite its name, libgccjit can be used for ahead-of-time compilation, as is used here.**
46

57
## Motivation

0 commit comments

Comments
 (0)