[LLVMdev] structured types as function arguments

Nicolas Ojeda Bar nojb at math.harvard.edu
Mon Aug 15 09:01:32 PDT 2011


Hi,

When calling a function, does the llvm code generator support passing structured types (arrays, structs, etc.) by _value_? I wrote some small examples, and it seemed
to work, but I was wondering if anything can go wrong if the structured types are very large...

Thanks,
N



More information about the llvm-dev mailing list