Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8104270

Analyze Layout Performance

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • javafx

      We need to do some very deep analysis of layout performance bottlenecks and file appropriate issues. I expect we will find 3 main issues:
          - Use of List in interpreters adds overhead, as well as all the various individual method calls
          - Nodes are claiming they need to be invalidated in terms of layout when really they haven't changed
          - Recomputing preferred / min / max size information when it hasn't changed

      I also expect this to be a problem particularly with Text / Label.

      However as these are just guesses based on past experience in this area, it may or may not be applicable. This task is to do the full in depth analysis and really find out where we can improve our layout performance.

            msladecek Martin Sládeček
            rbair Richard Bair (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: