JDK-8282365 : Consolidate and improve division by constant idealizations
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-02-24
  • Updated: 2024-07-09
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Optimized x86 intrinsics for unsigned division and modulus operations are already implemented in JDK-8282221. They can be further optimized for the special case of division by constants and powers of 2 but this is not yet implemented in JDK-8282221. The goal of this enhancement is to implement the above mentioned optimization. 
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/9947 Date: 2022-08-19 17:40:05 +0000
09-07-2024