[Webkit-unassigned] [Bug 117483] New: Avoid DEFINE_STATIC_LOCAL for Strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 21:18:44 PDT 2013


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

           Summary: Avoid DEFINE_STATIC_LOCAL for Strings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, barraclough at apple.com,
                    benjamin at webkit.org, akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/873a4a1f950d7cd7ebe27baba2c0e7e9491190f4

This pattern saved memory allocation at the expense of bloating
code size. Prefer small code size when these aren't bottlenecks.

Saves 72 bytes per string, for a total of 2448 bytes for this change.

We might want to look for the same code elsewhere in WebCore.

-- 
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