search for: 2d5c92a1

Displaying 2 results from an estimated 2 matches for "2d5c92a1".

2009 Jul 25
0
[LLVMdev] RFC: Constant Creation API
...> 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/20090725/2d5c92a1/attachment.html>
2009 Jul 24
2
[LLVMdev] RFC: Constant Creation API
On Jul 24, 2009, at 9:30 AM, Duncan Sands wrote: >> The ones that don't can be static functions on the type class that >> take a context. For example, Type::Int32Ty needs to become a >> function >> that takes a context at some point. > > Why is that? If it is read-only then it should be possible to share > it between all threads. Type's aren't