Displaying 1 result from an estimated 1 matches for "65c71fe0".
2013 Oct 23
1
[LLVMdev] JIT functions' signature known only at runtime
Hi there! I am trying to figure out how I can call the function returned
by the JIT execution engine. The only circumstance that makes this case
a little problematic is that the function's signature is only available as
runtime state. More precisely the arguments to be passed are only
available as a vector of, e.g.,
union Types {
void *ptr;
float *ptr_float;
double *ptr_double;