Displaying 2 results from an estimated 2 matches for "73ad6f16".
2017 Jul 14
2
Building aggregate types with dynamically sized elements
Hi,
I'm looking into ways to represent complex aggregate types whose members
and/or sub-members may be dynamically sized. This would conceptually
correspond to a C struct containing other structs and arrays, and some of
those arrays would have a length that is not known in compile time.
LLVM IR allows me to do this for a top-level array (using 0 as its LLVM
data type length and manually
2017 Jul 14
2
Building aggregate types with dynamically sized elements
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170714/73ad6f16/attachment.html>