RFR: Update code to use address target layouts
Maurizio Cimadamore
mcimadamore at openjdk.org
Mon Jan 30 17:45:31 UTC 2023
This patch tweaks jextract to replace usages of `OfAddress.asUnbounded` with:
`withTargetLayout(sequenceLayout(JAVA_BYTE))`
-------------
Commit messages:
- Update code to use target layouts
Changes: https://git.openjdk.org/jextract/pull/100/files
Webrev: https://webrevs.openjdk.org/?repo=jextract&pr=100&range=00
Stats: 11 lines in 4 files changed: 7 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jextract/pull/100.diff
Fetch: git fetch https://git.openjdk.org/jextract pull/100/head:pull/100
PR: https://git.openjdk.org/jextract/pull/100
More information about the jextract-dev
mailing list