[foreign-jextract] RFR: 8240811: jextract generates non-compilable code for name collision between a struct and a global variable

Maurizio Cimadamore mcimadamore at openjdk.java.net
Wed Mar 11 14:13:05 UTC 2020


On Wed, 11 Mar 2020 13:20:48 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:

> names are mangled when there are collisions.

Overall the changes look sensible - I have one question: would it make sense to mangle name in a separate visitor step,
rather than having the logic folded with the code generation?

-------------

PR: https://git.openjdk.java.net/panama-foreign/pull/44


More information about the panama-dev mailing list