Re: [PATCH v2 11/19] gendwarfksyms: Limit structure expansion

2024-09-05 Thread Sami Tolvanen
On Tue, Sep 3, 2024 at 8:15 AM Petr Pavlu wrote: > > On 8/15/24 19:39, Sami Tolvanen wrote: > > Expand each structure type only once per exported symbol. This > > is necessary to support self-referential structures, which would > > otherwise result in infinite recursion, but is still sufficient fo

Re: [PATCH v2 11/19] gendwarfksyms: Limit structure expansion

2024-09-03 Thread Petr Pavlu
On 8/15/24 19:39, Sami Tolvanen wrote: > Expand each structure type only once per exported symbol. This > is necessary to support self-referential structures, which would > otherwise result in infinite recursion, but is still sufficient for > catching ABI changes. > > For pointers to structure typ