Re: RFR: 8319820: Use unnamed variables in the FFM implementation [v2]

2023-11-13 Thread Per Minborg
> This PR proposes to use unnamed variables now that they have become available > in Java. > > There is also a cosmetic cleanup making a switch rake smaller and where > variables are pre-calculated rather than spreading expressions around. Per Minborg has updated the pull request incrementally

Re: RFR: 8319820: Use unnamed variables in the FFM implementation

2023-11-13 Thread Andrey Turbanov
On Fri, 10 Nov 2023 07:19:42 GMT, Per Minborg wrote: > This PR proposes to use unnamed variables now that they have become available > in Java. > > There is also a cosmetic cleanup making a switch rake smaller and where > variables are pre-calculated rather than spreading expressions around.

Re: RFR: 8319820: Use unnamed variables in the FFM implementation

2023-11-10 Thread Maurizio Cimadamore
On Fri, 10 Nov 2023 07:19:42 GMT, Per Minborg wrote: > This PR proposes to use unnamed variables now that they have become available > in Java. > > There is also a cosmetic cleanup making a switch rake smaller and where > variables are pre-calculated rather than spreading expressions around.

RFR: 8319820: Use unnamed variables in the FFM implementation

2023-11-09 Thread Per Minborg
This PR proposes to use unnamed variables now that they have become available in Java. There is also a cosmetic cleanup making a switch rake smaller and where variables are pre-calculated rather than spreading expressions around. - Commit messages: - Use unnamed variables Changes