RFR: 8233697: CHT: Iteration parallelization [v4]

Ivan Walulya iwalulya at openjdk.org
Wed Nov 2 11:39:29 UTC 2022


On Mon, 24 Oct 2022 06:55:26 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

>> Ivan Walulya has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   make claim InternalTableClaimer method
>
> Hey!
> 
> Have you looked in:
> concurrentHashTableTasks.inline.hpp
> It contains BucketsOperation which is a base to do segmented work (very similar to BucketsClaimer).
> The segmented work may be done with multiple threads.

Thanks @robehn and @tschatzl for the reviews!

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

PR: https://git.openjdk.org/jdk/pull/10759


More information about the hotspot-dev mailing list