Displaying 1 result from an estimated 1 matches for "bitfunnel".
2019 Sep 18
3
COAT: an EDSL making just-in-time code generation easier
Hi all,
I open sourced a small project of mine recently. It is an EDSL for C++
which makes just-in-time compilation much easier to write and maintain.
One of its backends is LLVM's OrcJIT (LLVM 7, still).
https://github.com/tetzank/coat
Here is a blog post of mine introducing the concept:
https://tetzank.github.io/posts/coat-edsl-for-codegen/
You can see it as an abstraction layer on top