Bug 69093

Summary: Shrink FontFallbackList
Product: WebKit Reporter: Andreas Kling <kling>
Component: TextAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

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>