search for: 895780c8

Displaying 3 results from an estimated 3 matches for "895780c8".

2007 Aug 21
0
[LLVMdev] c const
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 you eventually, but full noalias implementation isn't yet >
2007 Aug 19
2
[LLVMdev] c const
On Aug 19, 2007, at 1:15 PM, Gordon Henriksen wrote: > On 2007-08-19, at 15:41, Duncan Sands wrote: > >> can you please explain more about what restrict means: it may help >> in improving code quality for Ada. In Ada you have runtime >> constants that are really constant, for example array bounds. The >> bounds are passed around by pointer, which causes LLVM
2007 Aug 21
4
[LLVMdev] c const
...timization > for Ada, since the language standard permits it in many significant > cases. It seems that you may be in luck. -- Christopher Lamb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070821/895780c8/attachment.html>