[Webkit-unassigned] [Bug 146231] New: [CSS Grid Layout] Performance optimization: avoid computing overflow alignment if not needed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 01:55:58 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146231

            Bug ID: 146231
           Summary: [CSS Grid Layout] Performance optimization: avoid
                    computing overflow alignment if not needed
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jfernandez at igalia.com

We we compute grid item's position, both along column and row axis, we compute overflow even if alignment value is 'start' and there is no need of applying any overflow handling, given that there is no risk of data loss.

Computing overflow adds an unnecessary overhead, so we should remove it to improve performance.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150623/41f6146e/attachment.html>


More information about the webkit-unassigned mailing list