Features
JavaVectorHelper automatically detects vectorizable content in Java code to enhance application performance. It identifies and reconstructs vectorizable for-loop bodies within a method.
It has the following key features:
- Scans Java code and identifies code snippets that can be modified using the Vector API.
- Analyzes the updated code based on the context semantics, and provides tips for one-click replacement.
- Analyzes Java assignments, counts, and sum statements.
Parent topic: Introduction