RFR: 8277617: Optimize array copy and clear on x86_64 [v2]

Sandhya Viswanathan sviswanathan at openjdk.java.net
Tue Nov 23 05:21:45 UTC 2021


> Currently 32-byte instructions are used for small array copy and clear. 
> This can be optimized by using 64-byte instructions.
> 
> Please review.
> 
> Best Regards,
> Sandhya

Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:

  restrict to Intel core and add comment

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6512/files
  - new: https://git.openjdk.java.net/jdk/pull/6512/files/54aa9cee..e0cb890d

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6512&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6512&range=00-01

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

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


More information about the hotspot-dev mailing list