Displaying 2 results from an estimated 2 matches for "59ed089b".
2014 May 27
3
[LLVMdev] Guidance on using pointers vs. references for function arguments
...by value when it is >= the efficiency of pass by value for value types.
That said, I still don't see a huge problem being solved here...
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140526/59ed089b/attachment.html>
2014 May 27
4
[LLVMdev] Guidance on using pointers vs. references for function arguments
On May 26, 2014, at 8:21 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Mon, May 26, 2014 at 7:41 PM, Andrew Trick <atrick at apple.com> wrote:
> On May 26, 2014, at 5:02 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
>>
>> On Mon, May 26, 2014 at 4:43 PM, Andrew Trick <atrick at apple.com> wrote:
>> This has been