RFR: 7903758: jextract should avoid temporary file creation [v4]

Athijegannathan Sundararajan sundar at openjdk.org
Tue Jun 25 14:25:56 UTC 2024


On Tue, 25 Jun 2024 14:10:50 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Using clang_parseTranslationUnit2 instead of clang_createTranslationUnitFromSourceFile.
>
> src/main/java/org/openjdk/jextract/impl/Parser.java line 111:
> 
>> 109:     }
>> 110: 
>> 111:     public Declaration.Scoped parse(String name, String content, Collection<String> args) {
> 
> The only use of this method seems to be in `JextractTool`, so I think the old version can just be removed?

Will remove it.

-------------

PR Review Comment: https://git.openjdk.org/jextract/pull/251#discussion_r1652933467


More information about the jextract-dev mailing list