jextract C++ support
Rel
enatai at proton.me
Mon May 15 01:25:53 UTC 2023
Hi,
I would like to know how to participate in C++ support for jextract.
Watching Project Panama video (https://inside.java/2023/04/18/levelup-panama/), Paul mentioned that C++ is in the plans.
Do we have someone working on it already so I can syncup on what is the plan and where I can help?
In particular:
- will it be part of jextract or may be jextract++?
- will it use clang or something else? if clang then which interface https://clang.llvm.org/docs/Tooling.html
There are many things to be done for C++ support but if I pick the most basic like symbols, in C++ they are mangled so current jextract linking logic will need to be changed. Do you think modifying NameMangler to store those mangled C++ symbols will be the right approach?
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/jextract-dev/attachments/20230515/f05bbe02/attachment.htm>
More information about the jextract-dev
mailing list