[Webkit-unassigned] [Bug 24345] New: wxWebkit should make use of gcc(4 and greater) hidden visibility feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 01:31:38 PST 2009


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

           Summary: wxWebkit should make use of gcc(4 and greater) hidden
                    visibility feature
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: WebKit wx
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mmacleod at webmail.co.za


wxWebKit does not currently make use of the gcc hidden visibility features that
are available since gcc 4.
Changing it to make use of these features is trivial as everything is already
in place to do so, so the gains that can be had are almost for free.

I have done so and it results in a +-35% binary size decrease (From 30Mib down
to 19mib on a 64 bit system). Obviously this also speeds up linking time and
other similar benefits.

I will attach the patch to enable this below.


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



More information about the webkit-unassigned mailing list