Bug 25519 - streamline lexer by handling BOMs differently
Summary: streamline lexer by handling BOMs differently
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-02 23:04 PDT by Darin Adler
Modified: 2009-05-04 11:01 PDT (History)
0 users

See Also:


Attachments
patch (56.70 KB, patch)
2009-05-02 23:45 PDT, Darin Adler
darin: 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 2009-05-02 23:04:58 PDT
Maciej suggested this optimization. We can streamline the lexer by handling BOMs up front instead of inside the parser.
Comment 1 Darin Adler 2009-05-02 23:45:35 PDT
Created attachment 29962 [details]
patch
Comment 2 Darin Adler 2009-05-03 09:50:01 PDT
Comment on attachment 29962 [details]
patch

Maciej reviewed.
Comment 3 Darin Adler 2009-05-03 09:50:21 PDT
http://trac.webkit.org/changeset/43156