search for: f88e0abd

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

Did you mean: f4850abd
2013 Nov 19
1
[LLVMdev] struct alignment question
On 19/11/13 08:03, Caldarale, Charles R wrote: >> X = { a, b, c, d, e } >> Y = { c, d, e } > In general, no. If a, b, and c were char, and d was an int, using > typical C alignments, there would be one slack byte between c and d > in X, whereas there would be three in Y. You could probably force > what you want with packed structures or by playing with the data >
2013 Nov 20
0
[LLVMdev] unsubscribe
...t; 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.cs.uiuc.edu/pipermail/llvmdev/attachments/20131119/f88e0abd/attachment-0001.html> ------------------------------ Message: 2 Date: Tue, 19 Nov 2013 13:28:34 -0800 From: Bob Wilson <bob.wilson at apple.com> To: Chandler Carruth <chandlerc at google.com> Cc: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> Subject: Re: [LLVMdev] bit...