Home

Awesome

ImpalaJIT

A lightweight JIT compiler for flexible data access in simulation applications

Building ImpalaJIT

  1. mkdir build
  2. cd build
  3. cmake ../
  4. make

Generating Parser, Scanner and ASM

This step is only necessary if you have modified one of the following files: <br /> parser.yy <br /> scanner.ll <br /> assembly.dasc <br /><br /> Prerequisites for the <b>generate</b> task are: <br /> Bison (Tested with version 3.0.4): https://www.gnu.org/software/bison/ <br /> Flex (Tested with version 2.6.0): https://github.com/westes/flex <br />

Installing ImpalaJIT

Uninstalling ImpalaJIT

License

ImpalaJIT is release under the MIT License (see COPYING)