RFR: 8336274: MutableBigInteger.leftShift(int) optimization [v8]
fabioromano1
duke at openjdk.org
Wed Sep 11 14:23:40 UTC 2024
> This implementation of MutableBigInteger.leftShift(int) optimizes the current version, avoiding unnecessary copy of the MutableBigInteger's value content and performing the primitive shifting only in the original portion of the value array rather than in the value yet extended with trailing zeros.
fabioromano1 has updated the pull request incrementally with one additional commit since the last revision:
Revision tests changes
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20008/files
- new: https://git.openjdk.org/jdk/pull/20008/files/b48fb7a9..9504d767
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20008&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20008&range=06-07
Stats: 58 lines in 2 files changed: 18 ins; 28 del; 12 mod
Patch: https://git.openjdk.org/jdk/pull/20008.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20008/head:pull/20008
PR: https://git.openjdk.org/jdk/pull/20008
More information about the core-libs-dev
mailing list