Bug 61378 - Avoid creating unnecessary identifiers and strings in the syntax checker
Summary: Avoid creating unnecessary identifiers and strings in the syntax checker
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 11:24 PDT by Oliver Hunt
Modified: 2011-05-24 11:49 PDT (History)
0 users

See Also:


Attachments
Patch (24.58 KB, patch)
2011-05-24 11:38 PDT, Oliver Hunt
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2011-05-24 11:24:10 PDT
Avoid creating unnecessary identifiers and strings in the syntax checker
Comment 1 Oliver Hunt 2011-05-24 11:38:02 PDT
Created attachment 94650 [details]
Patch
Comment 2 Geoffrey Garen 2011-05-24 11:45:27 PDT
Comment on attachment 94650 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=94650&action=review

r=me

> Source/JavaScriptCore/ChangeLog:11
> +        Make parseString and parseIdentifier templatised on whether they should

In American English, we say: "templatized."
Comment 3 Oliver Hunt 2011-05-24 11:49:35 PDT
Committed r87177: <http://trac.webkit.org/changeset/87177>