tests/serialAssign.R

library(RLLVMCompile)
f =
function(n)
{
   xpos = ypos = numeric(n)
   xpos
}

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