[webkit-reviews] review requested: [Bug 108835] Optimize GlyphPage for case where all glyphs are available in the same font. : [Attachment 189517] Mildly desperate patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 06:11:13 PST 2013


Andreas Kling <akling at apple.com> has asked  for review:
Bug 108835: Optimize GlyphPage for case where all glyphs are available in the
same font.
https://bugs.webkit.org/show_bug.cgi?id=108835

Attachment 189517: Mildly desperate patch
https://bugs.webkit.org/attachment.cgi?id=189517&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
Okay, here's a patch that allocates GlyphPage and the per-glyph font data array
in a single block instead.
Now that I see the diff, it's actually kind of beautiful. Wish I'd written it
this way from the beginning.


More information about the webkit-reviews mailing list