RFR: 7903758: jextract can avoid temporary file creation for single simple header case
jextract creates a temporary file to support multiple headers and special header syntax <foo.h>. But, temporary file creation can be avoided for single, simple header file/path case. ------------- Commit messages: - 7903758: jextract can avoid temporary file creation for single simple header case Changes: https://git.openjdk.org/jextract/pull/250/files Webrev: https://webrevs.openjdk.org/?repo=jextract&pr=250&range=00 Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903758 Stats: 33 lines in 2 files changed: 25 ins; 5 del; 3 mod Patch: https://git.openjdk.org/jextract/pull/250.diff Fetch: git fetch https://git.openjdk.org/jextract.git pull/250/head:pull/250 PR: https://git.openjdk.org/jextract/pull/250
On Thu, 20 Jun 2024 13:33:36 GMT, Athijegannathan Sundararajan <sundar@openjdk.org> wrote:
jextract creates a temporary file to support multiple headers and special header syntax <foo.h>. But, temporary file creation can be avoided for single, simple header file/path case.
This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jextract/pull/250
participants (1)
-
Athijegannathan Sundararajan