diff --git a/index.md b/index.md index 29cd564..49f6696 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ ## GCC Front-End For Rust -This is a full alternative implementaion of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. +This is a full alternative implementation of the Rust language on top of GCC with the goal to become fully upstream with the GNU toolchain. 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. @@ -12,7 +12,7 @@ You can find compiler status reports over on: [https://github.com/Rust-GCC/Repor Thank you to [Open Source Security Inc.](https://www.opensrcsec.com/) and [Embecosm](https://www.embecosm.com/) for sponsering this project to move forward. -We apreciate all feedback from individuals on github. +We appreciate all feedback from individuals on github. ### Developers