Skip to content

Commit 7735772

Browse files
authored
Merge pull request #1 from dkm/patch-1
small typo fix
2 parents e723c4f + 54c33eb commit 7735772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## GCC Front-End For Rust
22

3-
This is a full alternative implementaion of the Rust language ontop of GCC which the goal to become fully upstream with the GNU toolchain.
3+
This is a full alternative implementaion of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain.
44

55
As this is a front-end project, the compiler will gain full access to all of GCCs internal middle-end optimization passes which are distinct from LLVM. For example, users of this compiler can expect to use the familiar -O2 flags to tune GCC’s optimizer. Going forward, we will be happy to see more LLVM vs GCC graphs in respect to compilation speed, resulting code size and performance.
66

0 commit comments

Comments
 (0)