RFR: 8329532: Add an internal MemoryLayout transformer

2024-04-16 Thread Per Minborg
This PR proposes to add an internal layout transformer that could be used to transform MemoryLayout entities. For example, it would be possible to convert a struct layout to use network order ((big-endian) instead of native byte order (often little-endian). Another application is to remove namin

Re: RFR: 8329532: Add an internal MemoryLayout transformer

2024-04-16 Thread Maurizio Cimadamore
On Tue, 2 Apr 2024 15:04:40 GMT, Per Minborg wrote: > This PR proposes to add an internal layout transformer that could be used to > transform MemoryLayout entities. For example, it would be possible to convert > a struct layout to use network order ((big-endian) instead of native byte > order

Re: RFR: 8329532: Add an internal MemoryLayout transformer

2024-04-16 Thread Maurizio Cimadamore
On Tue, 2 Apr 2024 15:04:40 GMT, Per Minborg wrote: > This PR proposes to add an internal layout transformer that could be used to > transform MemoryLayout entities. For example, it would be possible to convert > a struct layout to use network order ((big-endian) instead of native byte > order