Displaying 1 result from an estimated 1 matches for "1008960".
Did you mean:
108960
2010 Mar 01
4
[LLVMdev] Pass and return of large objects
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?