Bug 62600

Summary: Make it possible to inline the common case of identifier parsing
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 barraclough: review+

Oliver Hunt
Reported 2011-06-13 14:39:03 PDT
Make it possible to inline the common case of identifier parsing
Attachments
Patch (6.08 KB, patch)
2011-06-13 14:44 PDT, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2011-06-13 14:44:28 PDT
Gavin Barraclough
Comment 2 2011-06-13 15:33:06 PDT
Comment on attachment 97011 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=97011&action=review > Source/JavaScriptCore/parser/Lexer.h:92 > + JSTokenType lexExpectIdentifier(JSTokenData* lvalp, JSTokenInfo* llocp, unsigned, bool strictMode); lvalp, llocp (1) These are not necessary in the header. (2) Say 20 Hail Marys, and please to be making these variables to have the better names.
Note You need to log in before you can comment on or make changes to this bug.