search for: 4a60bcd3

Displaying 2 results from an estimated 2 matches for "4a60bcd3".

2010 Jan 15
0
[LLVMdev] [PATCH] - Union types, attempt 2
...he members like an ordered set rather than like a list. > > I'm very glad to see a non-bitcast method of using unions, BTW. > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100114/4a60bcd3/attachment.html>
2010 Jan 15
3
[LLVMdev] [PATCH] - Union types, attempt 2
2010/1/14 Talin <viridia at gmail.com>: > The reason for doing it this way is that to construct a union, you really > need 4 pieces of information: The type of the union, the type and value of > the member to be initialized, and the index of which member is being > initialized. Does requiring the index mean that uniquing the union type will have to re-write many of the