[foreign-memaccess+abi] RFR: 8317324: Add an overload to bind a memory segment var handle at an offset [v2]

Maurizio Cimadamore mcimadamore at openjdk.org
Thu Oct 12 14:22:31 UTC 2023


On Fri, 29 Sep 2023 18:54:28 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> This PR adds an overload which binds a memory segment var handle offset coordinate to a provided constant value.
>> 
>> This is useful when the client knows that the accessed offset will be e.g. zero, or some other known constant value, thus reducing the number of coordinates that var handles clients will have to provide on each access.
>
> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add overloads for other methods
>   Fix javadoc

Javadoc fixes were pushed as part of https://git.openjdk.org/panama-foreign/pull/901

Closing this PR.

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

PR Comment: https://git.openjdk.org/panama-foreign/pull/900#issuecomment-1759680529


More information about the panama-dev mailing list