<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 21/09/2022 23:39, Gavin Ray wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:CAFtvWZP4yF8sMK_szTjK4cBKDTtu0wg6dfiYeceApjNKCpLoUg@mail.gmail.com">
      <div>Do you anticipate any issues with using in/out-pointers as
        things get passed back and forth from native to Java?</div>
      <div>I tried to write a draft of how I think the translation of a
        "hello world" io_uring program should be:</div>
      <div><br>
      </div>
      <div><a href="https://urldefense.com/v3/__http://https:/*gist.github.com/GavinRay97/8ea0997693c00f8df61968a98ba30135*file-io_uring-java__;LyM!!ACWV5N9M2RV99hQ!L8dY2bzC0wLnLE9AOqucfrKON0_Fp60tZ6YH_ZAjZgNAkGw1vxjtieDXLBuEm7i5WIvPjgZlJTkBrH3RHb_y9IqkSVkX$" moz-do-not-send="true">:https://gist.github.com/GavinRay97/8ea0997693c00f8df61968a98ba30135#file-io_uring-java</a></div>
    </blockquote>
    <p>Eyeballing the code (but it's late here :-) ) looks a good
      translation of the C code.</p>
    <p>I noticed a bunch of calls to `.address()` which might be
      redundant. Assuming you are working on 19, MemorySegment
      implements Addressable, and the functions generated by jextract
      accept an Addressable when a pointer is expected. So you should be
      able to pass the segment "as is".</p>
    <p>Other than that it looks good.</p>
    <p>Maurizio<br>
    </p>
  </body>
</html>