Bug 140654

Summary: Resolve the epsilon transitions for each state upfront instead of dynamically
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Benjamin Poulain
Reported 2015-01-19 18:09:23 PST
Resolve the epsilon transitions for each state upfront instead of dynamically
Attachments
Patch (9.12 KB, patch)
2015-01-19 18:12 PST, Benjamin Poulain
kling: review+
Benjamin Poulain
Comment 1 2015-01-19 18:12:06 PST
Andreas Kling
Comment 2 2015-01-20 01:31:27 PST
Comment on attachment 244947 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244947&action=review r=me > Source/WebCore/contentextensions/NFAToDFA.cpp:84 > + if (nfaNodeClosures[nodeId].size()) { I softly prefer !isEmpty() over size() here.
Benjamin Poulain
Comment 3 2015-01-20 12:43:27 PST
Note You need to log in before you can comment on or make changes to this bug.