dragonwell-project / dragonwell11

Alibaba Dragonwell11 JDK
https://www.aliyun.com/product/dragonwell
GNU General Public License v2.0
561 stars 115 forks source link

[Misc] optimize BigDecimal.divide #848

Closed weixlu closed 3 months ago

weixlu commented 3 months ago

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

Testing: jtreg

Reviewers:

Issue: https://github.com/dragonwell-project/dragonwell11/issues/848

weixlu commented 3 months ago

merged