AnyDSL / artic

The AlteRnaTive Impala Compiler
MIT License
25 stars 6 forks source link

REQUEST: Adding JIT to Artic #1

Closed DennisRutjes closed 4 years ago

DennisRutjes commented 4 years ago

I am fiddling with the Impala JIT, is JIT also going to be present in artic? Maybe a rewrite of anydsl/runtime ? Going to try to implement a REPL based on Impala or should I wait for Artic.

With kind regards,

Dennis

madmann91 commented 4 years ago

Right now, we're working on ironing the bugs out and making sure existing applications can be compiled with artic, but porting the JIT (in the runtime) to artic is one of the things we'll tackle next (in the coming weeks, I suppose). In the long run, the plan is to port everything to artic, so this means we'll progressively stop supporting Impala.

madmann91 commented 4 years ago

We actually managed to port the runtime to artic. Just use the artic branch: https://github.com/AnyDSL/runtime/tree/artic . If you encounter any issue with the port, just create an issue on the runtime page, or here if it's related to artic.