Bug 72288

Summary: Towards 8 Bit Strings: Templatize YARR Parser
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 71337    
Attachments:
Description Flags
Patch oliver: review+

Michael Saboff
Reported 2011-11-14 10:50:06 PST
The current YARR parser calls StringImpl::characters(). Converting the parser to a template will allow the code to call characters8() or characters16() as appropriate.
Attachments
Patch (2.27 KB, patch)
2011-11-14 11:01 PST, Michael Saboff
oliver: review+
Michael Saboff
Comment 1 2011-11-14 11:01:08 PST
Oliver Hunt
Comment 2 2011-11-14 11:04:13 PST
Comment on attachment 114987 [details] Patch r=me
Michael Saboff
Comment 3 2011-11-14 11:25:54 PST
Note You need to log in before you can comment on or make changes to this bug.