JDK-8317572 : C2 SuperWord: refactor/improve TraceSuperWord, replace VectorizeDebugOption with TraceAutoVectorization
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-10-05
  • Updated: 2024-10-28
  • Resolved: 2024-01-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 23
23 b08Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
I got approval to remove VectorizeDebugOption: JDK-8320668

I want a more general flag for AutoVectorization, that can trace different components of AutoVectorization.
It should be a CompileCommand, so that it can select which methods it traces for.

TraceSuperWord should still look similar, and select a subset of the TraceAutoVectorization components (those for SuperWord), but still apply to all classes/methods.

With more refactoring later in JDK-8315361, this flag should become more usable and interpretable.
Comments
Changeset: 3066d49c Author: Emanuel Peter <epeter@openjdk.org> Date: 2024-01-29 10:13:43 +0000 URL: https://git.openjdk.org/jdk/commit/3066d49cc1910bb9ed01558582fdeb2385c484c3
29-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17586 Date: 2024-01-26 12:49:50 +0000
26-01-2024