[foreign-memaccess+abi] RFR: 8296417: Make memory session a pure lifetime abstraction [v8]
Paul Sandoz
psandoz at openjdk.org
Wed Nov 9 16:42:32 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>
We are using "Arena" to generally convey "a particular area of activity" related to memory management e.g. the activities of 1) allocation of segments associated with the arena's session; and 2) deallocation of all allocated segments, within the area of the try-with-resources body.
-------------
PR: https://git.openjdk.org/panama-foreign/pull/750
More information about the panama-dev
mailing list