Bug 69093 - Shrink FontFallbackList
Summary: Shrink FontFallbackList
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-29 10:22 PDT by Andreas Kling
Modified: 2011-10-05 04:27 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (3.31 KB, patch)
2011-09-29 10:28 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-09-29 10:22:42 PDT
Loading the HTML spec at http://www.whatwg.org/specs/web-apps/current-work/ allocates 7.17MB worth of FontFallbackList objects.
We can easily shrink FontFallbackList by one CPU word, freeing up 300 kB on 64-bit.
Comment 1 Andreas Kling 2011-09-29 10:28:53 PDT
Created attachment 109173 [details]
Proposed patch
Comment 2 WebKit Review Bot 2011-09-29 11:03:27 PDT
Comment on attachment 109173 [details]
Proposed patch

Clearing flags on attachment: 109173

Committed r96342: <http://trac.webkit.org/changeset/96342>
Comment 3 WebKit Review Bot 2011-09-29 11:03:31 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Andreas Kling 2011-10-05 04:27:17 PDT
Committed r96692: <http://trac.webkit.org/changeset/96692>