[LLVMdev] Pass and return of large objects

Russell Wallace russell.wallace at gmail.com
Mon Mar 1 06:22:37 PST 2010


Suppose you have something like 'struct foo { char data[10000000]; }',
and you want to pass such objects as function parameters, and return
them as function results, by value, does this currently work correctly
on all supported target platforms?



More information about the llvm-dev mailing list