Displaying 2 results from an estimated 2 matches for "9f106447".
2007 Aug 19
0
[LLVMdev] c const
...s a thread about it:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-March/thread.html#8291
I don't think anything has been implemented.
— Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070819/9f106447/attachment.html>
2007 Aug 19
2
[LLVMdev] c const
Hi Christopher,
On Friday 17 August 2007 19:42:31 Christopher Lamb wrote:
> On Aug 16, 2007, at 9:09 AM, Chris Lattner wrote:
> > On Thu, 16 Aug 2007, Holger Schurig wrote:
> >>> if the programmer is going to tell you that the memory pointed
> >>> to by a pointer argument is never written.
>
> If you use a const * __restrict pointer then you should get the