Bug 61378

Summary: Avoid creating unnecessary identifiers and strings in the syntax checker
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

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>