Displaying 2 results from an estimated 2 matches for "21e7eb9e".
2014 Jan 07
3
[LLVMdev] A question about everyone's favorite constructs: NSW and NUW
...benchmarking this solution and I’ll update this thread with
> the results.
>
Very cool. Could you share the patch? I can also run some benchmarks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140107/21e7eb9e/attachment.html>
2014 Jan 07
2
[LLVMdev] A question about everyone's favorite constructs: NSW and NUW
On Jan 6, 2014, at 9:41 PM, Andrew Trick <atrick at apple.com> wrote:
>
> On Jan 4, 2014, at 5:29 PM, Chandler Carruth <chandlerc at gmail.com> wrote:
>
>> So, I know there are a lot of mixed feelings about NSW and NUW, but I'm running into a common pattern where they really help:
>>
>> void f(char *array, int i) {
>> // do some stuff...