kovasb / kovasir

Experiments in IR, instruction scheduling, and code gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kovasir

I was exploring intermediate representations with Kovas Boguta, hence "Kovas IR". After an initial experiment together, I went off and explored lots of other stuff on my own using that base. Now, the name of this repo sounds like what Kitchen Table Coders should name their own brand of cognac.

Once the dust settles on my various experiments, I might write something interesting here (or elsewhere, or nowhere).

References

The graph representation and code motion algorithms are heavily inspired by Tiark Rompf's thesis: Lightweight Modular Staging and Embedded Compilers.

Usage

Don't

License

Copyright © 2015 Brandon Bloom

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Experiments in IR, instruction scheduling, and code gen

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%