Bug 5688 - speed up JavaScript parsing by not creating a UString just to parse
Summary: speed up JavaScript parsing by not creating a UString just to parse
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 08:55 PST by Darin Adler
Modified: 2005-12-16 00:05 PST (History)
0 users

See Also:


Attachments
remove unnecessary use of UString in parsing code path (9.38 KB, patch)
2005-11-09 08:55 PST, Darin Adler
no flags Details | Formatted Diff | Diff
patch that includes WebCore changes too (91.55 KB, patch)
2005-12-10 08:13 PST, Darin Adler
mjs: 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 2005-11-09 08:55:32 PST
 
Comment 1 Darin Adler 2005-11-09 08:55:59 PST
Created attachment 4651 [details]
remove unnecessary use of UString in parsing code path
Comment 2 Geoffrey Garen 2005-11-09 09:23:45 PST
Comment on attachment 4651 [details]
remove unnecessary use of UString in parsing code path

r=me
Comment 3 Darin Adler 2005-12-10 08:13:41 PST
Created attachment 5017 [details]
patch that includes WebCore changes too