Awesome
ImpalaJIT
A lightweight JIT compiler for flexible data access in simulation applications
Building ImpalaJIT
- mkdir build
- cd build
- cmake ../
- 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 />
- make generate
Installing ImpalaJIT
- make install
Uninstalling ImpalaJIT
- make uninstall
License
ImpalaJIT is release under the MIT License (see COPYING)