Re: MethodHandle loop body parameters and Stream.reduce accumulator parameters are not in the same order

2016-09-20 Thread Michael Haupt
Hi Rémi, I think you can stay tuned for the fix to JDK-8151179; part of what it addresses is just this. The changes are currently in the CCC loop but should come up for public re-review soon. Best, Michael > Am 14.09.2016 um 15:19 schrieb Remi Forax : > > Hi everybody, > i've just found that

Re: Making the loop combinator fast !

2016-09-20 Thread Michael Haupt
Hi Rémi, I'm aware of sounding stereotypical, but the fix to JDK-8161211 should help with this. It's currently up for review. Best, Michael > Am 14.09.2016 um 23:51 schrieb Remi Forax : > > One idea i've got during the JVM Summit, > here is a code that implements the Stream.filter/map/reduce