Bug 15944 - streamline SegmentedString to speed up parsing
Summary: streamline SegmentedString to speed up parsing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-11 18:28 PST by Darin Adler
Modified: 2007-11-11 21:04 PST (History)
0 users

See Also:


Attachments
patch (25.35 KB, patch)
2007-11-11 18:38 PST, Darin Adler
no flags Details | Formatted Diff | Diff
revised patch -- I had missed a file added since I originally made the change (25.89 KB, patch)
2007-11-11 18:53 PST, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2007-11-11 18:28:50 PST
A while back I made some small changes to SegmentedString to speed up parsing.
Comment 1 Darin Adler 2007-11-11 18:38:44 PST
Created attachment 17192 [details]
patch
Comment 2 Darin Adler 2007-11-11 18:53:24 PST
Created attachment 17194 [details]
revised patch -- I had missed a file added since I originally made the change
Comment 3 mitz 2007-11-11 19:33:18 PST
Comment on attachment 17194 [details]
revised patch -- I had missed a file added since I originally made the change

r=me