hexratcc · GitHub

emanuelRat is a simple compiler backend focused on ease of use. It's inspired by LLVM but focused on more novel approaches (ie. the Sea of Nodes IR) and being much easier to understand (the backend library is currently ~13k LoC). To this end, rat focuses on bringing ~70% of LLVM's performance with only a fraction of LLVM's complexity. You can find the documentation here.

running

$ ./build.sh
$ ./test.sh
$ ./bench.sh

performance

perf

About

Simple compiler backend for toying around with various optimizations with ease.

Topics

Resources

Readme

MIT license

Activity

Stars

9 stars

Watchers

0 watching

Forks

0 forks

Releases

Packages

Contributors

Languages

Read the original on github.com ↗