RESOLVED FIXED 83817
Cache the code path character scan on RenderText
https://bugs.webkit.org/show_bug.cgi?id=83817
Summary Cache the code path character scan on RenderText
Dave Hyatt
Reported 2012-04-12 13:49:47 PDT
Cache the code path character scan on RenderText so that repeated measurements of portions of the same RenderText can quickly determine that the simple code path can be used.
Attachments
Patch (13.42 KB, patch)
2012-04-12 13:52 PDT, Dave Hyatt
mitz: review+
Dave Hyatt
Comment 1 2012-04-12 13:52:39 PDT
mitz
Comment 2 2012-04-12 13:59:30 PDT
Comment on attachment 136965 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136965&action=review > Source/WebCore/rendering/RenderText.h:148 > + What?!
Dave Hyatt
Comment 3 2012-04-12 14:07:37 PDT
Fix landed in r114032.
Note You need to log in before you can comment on or make changes to this bug.