[foreign-memaccess+abi] Integrated: 8303879: Add MemoryLayout.withoutName()
Per Minborg
pminborg at openjdk.org
Thu Mar 9 14:09:53 UTC 2023
On Thu, 9 Mar 2023 10:15:18 GMT, Per Minborg <pminborg at openjdk.org> wrote:
> This PR proposes to add a method `MemoryLayout::withoutName` which allows `MemoryLayout` instances to be checked for functional equivalence (i.e. "everything except the name is the same"). This might be useful for reuse, caching etc. of MemoryLayouts and constructs that consists/depends on one or more `MemoryLayout` instance.
This pull request has now been integrated.
Changeset: 01db58db
Author: Per Minborg <pminborg at openjdk.org>
URL: https://git.openjdk.org/panama-foreign/commit/01db58db4d92d990243eca0f7125163cdfd8cd23
Stats: 136 lines in 10 files changed: 131 ins; 2 del; 3 mod
8303879: Add MemoryLayout.withoutName()
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/panama-foreign/pull/814
More information about the panama-dev
mailing list