Re: RFR: 8309470: Potential performance improvements in VirtualFlow [v2]

2023-06-08 Thread Marius Hanl
> This PR does two small improvements to `VirtualFlow`. > Until now, the `VirtualFlow` sometimes called the `computeHeight` or > `computeWidth` methods, although a fixed cell size is set and we therefore > don't need to call those method (and never should do, as we may don't get the > expected r

Re: RFR: 8309470: Potential performance improvements in VirtualFlow [v2]

2023-06-08 Thread Marius Hanl
On Thu, 8 Jun 2023 06:46:28 GMT, Marius Hanl wrote: >> modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/VirtualFlowTest.java >> line 1579: >> >>> 1577: @Test >>> 1578: public void >>> testComputeWidthShouldNotBeCalledWhenFixedCellSizeIsSet() { >>> 1579: int