Bug 83817 - Cache the code path character scan on RenderText
Summary: Cache the code path character scan on RenderText
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 13:49 PDT by Dave Hyatt
Modified: 2012-04-12 14:07 PDT (History)
0 users

See Also:


Attachments
Patch (13.42 KB, patch)
2012-04-12 13:52 PDT, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 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.
Comment 1 Dave Hyatt 2012-04-12 13:52:39 PDT
Created attachment 136965 [details]
Patch
Comment 2 mitz 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?!
Comment 3 Dave Hyatt 2012-04-12 14:07:37 PDT
Fix landed in r114032.