RFR: 8304301: Remove the global option SuperWordMaxVectorSize

Vladimir Kozlov kvn at openjdk.org
Thu Mar 23 03:10:42 UTC 2023


On Thu, 23 Mar 2023 02:01:09 GMT, Fei Gao <fgao at openjdk.org> wrote:

> I added the FLAG_IS_DEFAULT(UseAVX) check to follow its original logic, see

I should have looked on existing code. Yes, it also checks  `FLAG_IS_DEFAULT(UseAVX)` and you did not change behavior. Good.

I don't have anymore questions. I am currently running specjvm2008 on Cascade Lake with default settings with and without your changes to make sure performance stays the same (I don't know why it would change based on your changes but to be safe). I will let you know results.

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

PR Comment: https://git.openjdk.org/jdk/pull/13112#issuecomment-1480540496


More information about the hotspot-dev mailing list