search for: 1585dcca

Displaying 2 results from an estimated 2 matches for "1585dcca".

2007 Aug 22
1
[LLVMdev] c const
...an exception). The rest of > section 6.2 discusses this rule, see especially 6.2.12.j. I'll take a look as time permits. -- Christopher Lamb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070822/1585dcca/attachment.html>
2007 Aug 21
4
[LLVMdev] c const
On Aug 21, 2007, at 6:12 AM, Duncan Sands wrote: > Hi Christopher, > >> The benefits of a const * __restrict come from two different places. >> The const part is essentially enforced by the front-end and the >> restrict part is used to inform the alias analysis (it becomes a >> noalias parameter attribute). The noalias parameter attribute may be >> of use to