Sign In
Manage this list Sign In

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

jextract-dev

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
jextract-dev@openjdk.org

June 2025

  • 2 participants
  • 2 discussions
RFR: 7904049: Add LLM inference example to jextract samples
by Nizar Benalla 02 Jul '25

02 Jul '25
Please review this PR to add an LLM inference example to the jextract samples. Thanks! ------------- Commit messages: - onnx inference example Changes: https://git.openjdk.org/jextract/pull/285/files Webrev: https://webrevs.openjdk.org/?repo=jextract&pr=285&range=00 Issue: https://bugs.openjdk.org/browse/CODETOOLS-7904049 Stats: 186 lines in 4 files changed: 186 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jextract/pull/285.diff Fetch: git fetch https://git.openjdk.org/jextract.git pull/285/head:pull/285 PR: https://git.openjdk.org/jextract/pull/285
3 7
0 0
RFR: 7904051: Jextract should generate symbols in the same class consistently
by Nizar Benalla 01 Jul '25

01 Jul '25
Copying the bug description: > A symbol, depending on the order that clang found it will not necessarily be in the same class every time. The IDE works against you here, when you navigate to a symbol and it exists in header number 4 for example, it will sometimes automatically import header number 4 so you have to go and change it because you want to get it from the top level class. >If you don't do that, you build a dependency for your platform into the generated code. >The symbols not being consistent across platforms can be fixed by sorting the symbols. Very simple change, done in a way to not break existing code as a simple sort would've changed the names of variables in the generated code. There was a test case that had to be updated. ------------- Commit messages: - sort symbols and update test case Changes: https://git.openjdk.org/jextract/pull/286/files Webrev: https://webrevs.openjdk.org/?repo=jextract&pr=286&range=00 Issue: https://bugs.openjdk.org/browse/CODETOOLS-7904051 Stats: 8 lines in 2 files changed: 4 ins; 1 del; 3 mod Patch: https://git.openjdk.org/jextract/pull/286.diff Fetch: git fetch https://git.openjdk.org/jextract.git pull/286/head:pull/286 PR: https://git.openjdk.org/jextract/pull/286
1 1
0 0


Terms of Use • License: GPLv2 • Privacy • Trademarks