[Webkit-unassigned] [Bug 16185] jsRegExpCompile & match should not add implicit non-capturing bracket

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 04:08:34 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16185





------- Comment #1 from eric at webkit.org  2007-11-29 04:08 PDT -------
To fix this would likely require breaking out match() into match() and
recursive_match() and making sure that only outer match() function is ever
called by callers, and that recursive_match() is only ever called from match().

I expect this would fall into the "softball" category of JS speedups.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list