Integrated: 8253721: Flag -XX:AVX3Threshold does not accept Zero value
Jatin Bhateja
jbhateja at openjdk.java.net
Wed Sep 30 05:12:01 UTC 2020
On Tue, 29 Sep 2020 05:53:39 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> AVX3Threshold has been used in various places to enable emitting AVX3 specific instructions in case data size being
> worked over is greater than 4096 bytes.
> However, user is free to set the threshold value to Zero based on his workload.
> In such a case a compile time check is enough to trigger generation of AVX3 instructions. In other cases comparison is
> done at the runtime though JITed comparison instruction.
> Patch allows setting AVX3Threshold to a zero value.
This pull request has now been integrated.
Changeset: ac02afe9
Author: Jatin Bhateja <jbhateja at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/ac02afe9
Stats: 23 lines in 7 files changed: 13 ins; 10 del; 0 mod
8253721: Flag -XX:AVX3Threshold does not accept Zero value
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/394
More information about the hotspot-compiler-dev
mailing list