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

CSS Performance: reduce overhead of resolving lookups

XMLWordPrintable

      Resolving lookup values in a stylesheet incurs a great deal of overhead. If it were possible to have a table of values that need lookup and where those values can be resolved (which declarations contain a real value), then instead of going from parent to parent trying to find the value, the value could be gotten directly from the table.

      It would also be good if the code didn't make a copy of the ParsedValue while doing the resolve.

            Unassigned Unassigned
            dgrieve David Grieve
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: