tests2/numeric.R

library(R2llvm)
f = function() numeric(10L)
fc = compileFunction(f)
#llvmAddSymbol("Rf_allocVector")

showModule(fc)
.llvm(fc)
# Why not identical to 0
duncantl/R2llvm documentation built on May 14, 2019, 9:42 a.m.