DebugDispatcherRJIT.compile#
- DebugDispatcherRJIT.compile(name, signatures, ir)#
JIT compile function.
- Parameters:
name (str) – Specify the function name.
signatures (str) – Specify semi-colon separated list of mangled signatures.
ir (str) – Specify LLVM IR representation of the function.
- Return type:
int