Re: JDK 9 RFC on 8032016: Optimizations of Math.next{After, Up}({float, double})

2014-05-02 Thread Joe Darcy
Hi Brian, Looks fine; cheers, -Joe On 04/29/2014 12:06 PM, Brian Burkhalter wrote: Hello, Issue: https://bugs.openjdk.java.net/browse/JDK-8032016 Patch: http://cr.openjdk.java.net/~bpb/8032016/webrev.00/ The performance improvements of this change are marginal but the logic seems

JDK 9 RFC on 8032016: Optimizations of Math.next{After, Up}({float, double})

2014-04-29 Thread Brian Burkhalter
Hello, Issue: https://bugs.openjdk.java.net/browse/JDK-8032016 Patch: http://cr.openjdk.java.net/~bpb/8032016/webrev.00/ The performance improvements of this change are marginal but the logic seems reasonable and the code looks cleaner so I am posting this as an RFC. Comments? Thanks,