Withdrawn: 8329532: Add an internal MemoryLayout transformer

duke duke at openjdk.org
Tue Jun 11 22:01:17 UTC 2024


On Tue, 2 Apr 2024 15:04:40 GMT, Per Minborg <pminborg at openjdk.org> 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 (often little-endian). Another application is to remove naming recursively for composite layouts when caching shapes etc.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/18582


More information about the core-libs-dev mailing list