Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8282221

x86 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long

XMLWordPrintable

    • b18
    • x86

      Optimize the implementation of divideUnsigned() and remainderUnsigned() methods in java.lang.Integer and java.lang.Long classes by using x86 div instruction. The current implementation (without intrinsics) uses idiv instruction. (It is also possible to further optimize the special case of negative divisors using x86 code.)

            sparasa Srinivas Parasa
            sparasa Srinivas Parasa
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: