jextract and inline functions

Artem Ananev artem.ananev at swirldslabs.com
Thu Oct 12 20:27:10 UTC 2023


Hi, project Panama team,

I use jextract to generate Java classes for liburing Linux library (a wrapper over IO_uring), the header is liburing.h Many functions in the header are "static inline”, and jextract skips them altogether. Some of them are one-liners and can be re-implemented in Java code, but some are quite complicated. What’s the recommended way to deal with such cases?

Thanks,
Artem



More information about the panama-dev mailing list