Re: RFR: 4511638: Double.toString(double) sometimes produces incorrect results [v6]

2022-03-09 Thread Suminda Sirinath Salpitikorala Dharmasena
On Tue, 8 Feb 2022 22:11:34 GMT, Raffaello Giulietti wrote: >> Hello, >> >> here's a PR for a patch submitted on March 2020 >> [1](https://cr.openjdk.java.net/~bpb/4511638/webrev.04/) when Mercurial was >> a thing. >> >> The patch has been edited to adhere to OpenJDK code conventions about

Re: RFR: 4511638: Double.toString(double) sometimes produces incorrect results [v5]

2022-02-08 Thread Suminda Sirinath Salpitikorala Dharmasena
On Mon, 15 Nov 2021 19:31:09 GMT, Raffaello Giulietti wrote: >> Hello, >> >> here's a PR for a patch submitted on March 2020 >> [1](https://cr.openjdk.java.net/~bpb/4511638/webrev.04/) when Mercurial was >> a thing. >> >> The patch has been edited to adhere to OpenJDK code conventions about

Re: RFR: 4511638: Double.toString(double) sometimes produces incorrect results [v5]

2021-12-15 Thread Suminda Sirinath Salpitikorala Dharmasena
On Mon, 15 Nov 2021 19:31:09 GMT, Raffaello Giulietti wrote: >> Hello, >> >> here's a PR for a patch submitted on March 2020 >> [1](https://cr.openjdk.java.net/~bpb/4511638/webrev.04/) when Mercurial was >> a thing. >> >> The patch has been edited to adhere to OpenJDK code conventions about

Re: RFR: 4511638: Double.toString(double) sometimes produces incorrect results [v5]

2021-11-17 Thread Suminda Sirinath Salpitikorala Dharmasena
On Mon, 15 Nov 2021 19:31:09 GMT, Raffaello Giulietti wrote: >> Hello, >> >> here's a PR for a patch submitted on March 2020 >> [1](https://cr.openjdk.java.net/~bpb/4511638/webrev.04/) when Mercurial was >> a thing. >> >> The patch has been edited to adhere to OpenJDK code conventions about

Re: Fast and cheap (Double|Float)::toString Java algorithm

2021-05-04 Thread Suminda Sirinath Salpitikorala Dharmasena
://github.com/sirinath/moby Wondering if someone can take this forward until I have more time in my hand. Suminda On Sat, 6 Feb 2021 at 09:50, Suminda Sirinath Salpitikorala Dharmasena < sirinath19...@gmail.com> wrote: > Hello, > > I am working on a port of DragonBox to Java. If there

Re: Proposal for Decimal64 and Decimal128 value-based classes

2021-03-29 Thread Suminda Sirinath Salpitikorala Dharmasena
This would be interesting to have. It would be better if the full set of numbers b16-256 and d32-128 are implemented so there is full coverage of all IEEE 754 numbers. On Tue, 30 Mar 2021 at 01:45, Raffaello Giulietti < raffaello.giulie...@gmail.com> wrote: > Hello, > > I'm experimenting with a

Re: Fast and cheap (Double|Float)::toString Java algorithm

2021-02-05 Thread Suminda Sirinath Salpitikorala Dharmasena
Hello, I am working on a port of DragonBox to Java. If there is interest in contributing this is most welcome. Suminda On Fri, 5 Feb 2021 at 21:51, Raffaello Giulietti < raffaello.giulie...@gmail.com> wrote: > Hello, > > as a reminder, a Java implementation of Schubfach [1] intended to > replac

@Contended and @IntrinsicCandidate for user code

2020-11-27 Thread Suminda Sirinath Salpitikorala Dharmasena
Hello, Can @Contended and @IntrinsicCandidate annotations be moved out of internal so user code can use it? This can start by perhaps ironing out any issues that might prevent it from being made accessible for user code. Suminda