explorations/simpleVar.R

library(RLLVMCompile)
f =
function(x)
{
  ctr = x + 1L
  ctr
}

fc = compileFunction(f, Int32Type, list(Int32Type))
.llvm(fc, 1)
duncantl/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.