[Webkit-unassigned] [Bug 167719] ScriptDebugServer::sourceParsed takes a long time when running the sampling profiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 12:15:38 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=167719

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org
           Assignee|joepeck at webkit.org          |webkit-unassigned at lists.web
                   |                            |kit.org

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
I had a patch a while back that moved this line detection to the parser. However the frontend only treats \n as a newline and the parser treats \r\n and friends, so they differed. I agree this loop entirely through the source is not good and should be eliminated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170206/d21c272e/attachment.html>


More information about the webkit-unassigned mailing list