On Mon, 31 Oct 2022 02:12:22 GMT, Quan Anh Mai wrote:
>> Continuing the work initiated by @luhenry to unroll and then intrinsify
>> polynomial hash loops.
>>
>> I've rewired the library changes to route via a single `@IntrinsicCandidate`
>> method. To make this work I've harmonized how they ar
On Tue, 25 Oct 2022 10:37:40 GMT, Claes Redestad wrote:
> Continuing the work initiated by @luhenry to unroll and then intrinsify
> polynomial hash loops.
>
> I've rewired the library changes to route via a single `@IntrinsicCandidate`
> method. To make this work I've harmonized how they are i
> On Oct 26, 2022, at 7:55 PM, Michael Hall wrote:
>
> I was looking to see what any other dmg’s I have do to handle this. Not many
> do. But those usually seem to use a smaller background image and icons.
> I may look at that to see if I can manage something like that.
I made some changes t
On Sat, 29 Oct 2022 15:11:56 GMT, Quan Anh Mai wrote:
> I am planning to submit that patch after finishing with the current
> under-reviewed PRs. That patch was stalled because there was no node for
> vectorised unsigned cast and constant values. The first one has been added
> and the second o
On Sat, 29 Oct 2022 23:08:38 GMT, Sergey Bylokhov wrote:
> What about possibility to run additional group of the test by passing somehow
> the name of group to the GA, via label or via /test cmd, or via parameter to
> the specific task in GA?
Well, it sounds good to run specific tests via labe
On Sat, 29 Oct 2022 07:58:49 GMT, Alan Bateman wrote:
> I realise there are already some test lists in both the hotspot and jdk
> TEST.groups but it feels like it needs something better so that
> RunTests.gmk/jtreg can select the sanity tests to run.
Thanks @AlanBateman for this comment.
Is th