On Mon, 30 Sep 2024 13:30:21 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
> When writing this, I realize the last bullet above might be problematic for > jextract: jextract models unsupported types (e.g. `long double` in x64) as > padding. So I wonder what happens if two fields of unsupported types are > found next to each other... That said, jextract does not generate any structs with unsupported fields, or functions with unsupported types, so perhaps there's no issue there. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21041#issuecomment-2383205673