[foreign-memaccess+abi] RFR: 8296417: Make memory session a pure lifetime abstraction [v8]
Quan Anh Mai
qamai at openjdk.org
Wed Nov 9 03:34:46 UTC 2022
On Mon, 7 Nov 2022 14:01:29 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Add description
>
> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>
> Update test/micro/org/openjdk/bench/java/lang/foreign/StrLenTest.java
>
> Co-authored-by: Jorn Vernee <JornVernee at users.noreply.github.com>
I think that `Arena` is a bad name. And if I read the document correctly, `MemorySession` is now a bad name, too, since essentially a `MemorySession` only allows read operations, it acts more like a view than a true session. Thanks a lot.
-------------
PR: https://git.openjdk.org/panama-foreign/pull/750
More information about the panama-dev
mailing list