Displaying 2 results from an estimated 2 matches for "e2729eaa".
2015 Jan 07
2
[LLVMdev] Is address space 1 reserved?
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150107/e2729eaa/attachment.html>
2015 Jan 07
6
[LLVMdev] Is address space 1 reserved?
On the review for http://reviews.llvm.org/D6808, majnemer
<http://reviews.llvm.org/p/majnemer/> commented that:
"Address space 1 has a special meaning in LLVM, it's identical to
address space 0 except for the fact that "null" may be dereferenced. You
might want to consider a different address space."
This is the first I've heard of this and I can't find