RFR: 8275821: Optimize random number generators developed in JDK-8248862 using Math.unsignedMultiplyHigh() [v6]

Vamsi Parasa duke at openjdk.java.net
Fri Dec 3 02:14:51 UTC 2021


> This change optimizes random number generators using Math.unsignedMultiplyHigh()

Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:

  minor changes to the benchmark

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6206/files
  - new: https://git.openjdk.java.net/jdk/pull/6206/files/e9c71477..cf68fe00

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6206&range=05
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6206&range=04-05

  Stats: 7 lines in 1 file changed: 1 ins; 3 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6206.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6206/head:pull/6206

PR: https://git.openjdk.java.net/jdk/pull/6206


More information about the core-libs-dev mailing list