Skip to content

Commit ab67465

Browse files
committed
Add motivation in readme
1 parent a2dc6c7 commit ab67465

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
**Despite its name, libgccjit can be used for ahead-of-time compilation, as is used here.**
44

5+
## Motivation
6+
7+
The primary goal of this project is to be able to compile Rust code on platforms unsupported by LLVM.
8+
A secondary goal is to check if using the gcc backend will provide any compilation speed improvement.
9+
510
## Building
611

712
**This requires a patched libgccjit in order to work.

0 commit comments

Comments
 (0)