Resolve the epsilon transitions for each state upfront instead of dynamically
Created attachment 244947 [details] Patch
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.
Committed r178739: <http://trac.webkit.org/changeset/178739>