RFR: 8356891: Some code simplifications for basic BigIntegers' bit operations [v12]
fabioromano1
duke at openjdk.org
Tue May 20 15:53:17 UTC 2025
> Some changes in `Biginteger`s' bit operations that increase the code readability and slightly optimize the execution time.
fabioromano1 has updated the pull request incrementally with one additional commit since the last revision:
Revert "Removed redundant code for choosing division's algorithm logic"
This reverts commit 7a0b0211c658014f8c3736f6032e7d3ef35fb820.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25166/files
- new: https://git.openjdk.org/jdk/pull/25166/files/7a0b0211..8c4587bf
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25166&range=11
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25166&range=10-11
Stats: 72 lines in 1 file changed: 69 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/25166.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25166/head:pull/25166
PR: https://git.openjdk.org/jdk/pull/25166
More information about the core-libs-dev
mailing list