On Tue, 28 Oct 2025 16:51:35 GMT, John Hendrikx <[email protected]> wrote:

> Also, the CPU cost is still there

that's true, but the cost will be there anyway - but now we are skipping the 
rendering and removing the flicker.  So it's a win-win, as long as the layout 
converges.

One example is when the layout must further change based on the current layout 
pass, such as when the scroll bar appears or disappears.

Also, doing these burst micro-layouts might be independent of any other work we 
are doing in terms of removing "bad patters" (the scroll bar scenario above is 
not really a bad pattern on itself, just a fact of life, I think).

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1945#issuecomment-3457533655

Reply via email to