[foreign-memaccess] [Rev 01] RFR: 8239079: Add a benchmark for concurrent use of memory access API

Jorn Vernee jvernee at openjdk.java.net
Fri Feb 14 17:21:28 UTC 2020


On Fri, 14 Feb 2020 14:42:14 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> This patch adds a basic benchmark for a memory segment used in a concurrent setting. The benchmark computes the sum of the values in a segment - both using a sequential loop and using a parallel ForkJoin-based computation.
> 
> The pull request has been updated with 1 additional commit.

Looks Good!

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

Marked as reviewed by jvernee (Committer).

PR: https://git.openjdk.java.net/panama-foreign/pull/20


More information about the panama-dev mailing list