[foreign-memaccess+abi] Integrated: Revert SegmentAllocator API changes
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri Aug 18 14:18:48 UTC 2023
On Thu, 17 Aug 2023 17:01:44 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> This patch reverts the changes to the `implSpec` of the various default methods in `SegmentAllocator`.
> We have realized that the changes there are irrelevant. What matters in order to get to optimal peak performance is that `SegmentAllocator::copyArrayWithSwapIfNeeded` is force-inlined.
>
> The segment allocator test is also reverted to its former self.
This pull request has now been integrated.
Changeset: 1fed0f07
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.org/panama-foreign/commit/1fed0f070bb6b91928e5a337ad9807a9376fed20
Stats: 89 lines in 2 files changed: 31 ins; 20 del; 38 mod
Revert SegmentAllocator API changes
Reviewed-by: jvernee
-------------
PR: https://git.openjdk.org/panama-foreign/pull/868
More information about the panama-dev
mailing list