RFR: 7903933: Move sharable items from different generations to a common file [v4]

Jorn Vernee jvernee at openjdk.org
Thu Mar 27 14:52:22 UTC 2025


On Thu, 27 Mar 2025 10:33:26 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> this means that there will always be at least two header classes generated foo_f and foo_h$0, where foo_h extends foo_h$0 and all the shared symbols are in foo_h$0.

Should we just give the base header a common name then, so that if you generate multiple times, you get sharing automatically? Maybe it could be named something like `Builtins`.

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

PR Comment: https://git.openjdk.org/jextract/pull/278#issuecomment-2758351554


More information about the jextract-dev mailing list