dragonwell-project / dragonwell8

Alibaba Dragonwell8 JDK
http://dragonwell-jdk.io
GNU General Public License v2.0
4.2k stars 497 forks source link

[Runtime] optimize BigDecimal.divide #665

Closed weixlu closed 1 month ago

weixlu commented 1 month ago

Summary: Use binary search in zero stripping of BigDecimal.divide

Testing: jtreg

Reviewers: zhuoren.wz, JoshuaZhuwj

Issue: https://github.com/dragonwell-project/dragonwell8/issues/665

CR: https://github.com/dragonwell-project/dragonwell8/pull/666

weixlu commented 1 month ago

merged.