rjnw / sham

A DSL for runtime code generation in racket
MIT License
66 stars 6 forks source link

libjit? #6

Closed pmatos closed 5 years ago

pmatos commented 5 years ago

I found the use of libjit quite. libjit feels pretty much dead development-wise, and since you have bindings for llvm, that would certainly make the use of libjit obsolete. How does libjit interact with llvm in sham and why do you have both?

samth commented 5 years ago

I think this is an older experiment before we started working with LLVM.

rjnw commented 5 years ago

We only have the bindings to libjit and don't use it anymore. I will move them to a different repository before deleting them from here.

pmatos commented 5 years ago

Closing this as you have replied to my question already.