orc

JIT compiler for array operations and media processing

brewmacoslinux
Try with needOr install directly
Source

About

Oil Runtime Compiler (ORC)

Commands

orc-bugreportorcc

Examples

Compile ORC source code to generate C code$ orcc --c input.orc -o output.c
Compile ORC code to assembly for a specific target$ orcc --asm input.orc -o output.s
Generate a bug report for ORC implementation$ orc-bugreport