RESOLVED FIXED 140654
Resolve the epsilon transitions for each state upfront instead of dynamically
https://bugs.webkit.org/show_bug.cgi?id=140654
Summary Resolve the epsilon transitions for each state upfront instead of dynamically
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.