[Webkit-unassigned] [Bug 92249] New: Auto-vectorize compiler hint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 07:13:14 PDT 2012


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

           Summary: Auto-vectorize compiler hint
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at nokia.com
                CC: darin at apple.com, zimmermann at kde.org


GCC has the ability to perform auto-vectorization, but only does so at -O3 or when explicitly told to.

If we add a flag that tells GCC to perform auto-vectorization on specific functions, we can enabled it on those functions alone that would benifit from it, and thereby do not risk the potential binary bloat or performance degradation that can come from using -O3 indiscriminately.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list