lljit: Create an On-Request JIT Execution Engine

View source: R/lljit.R

lljitR Documentation

Create an On-Request JIT Execution Engine

Usage

lljit(lazy = FALSE, ..., .modules = list(...))

Arguments

lazy

a logical value controlling whether each routine is compiled only when it is needed, or if all routines are eagerly compiled (FALSE) when the first routine in the module(s) is needed.

...

individual Module objects

.modules

a list of Module objects

Value

An object of class LLJIT.

Author(s)

DTL

References

https://llvm.org/docs/ORCv2.html


duncantl/Rllvm documentation built on May 13, 2024, 7:45 p.m.