[Webkit-unassigned] [Bug 111250] AtomicHTMLToken should not be heap allocated or RefCounted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 16:09:05 PST 2013


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





--- Comment #1 from Eric Seidel <eric at webkit.org>  2013-03-07 16:11:30 PST ---
I believe this is the fastMalloc showing up as .6% of time profiling Parser/html-parser-threaded.html with bug 107236 applied:

Running Time    Self        Symbol Name
108.5ms    6.2%    108.5         WTF::fastMalloc(unsigned long)
12.1ms    0.6%    0.0          WebCore::HTMLDocumentParser::processParsedChunkFromBackgroundParser(WTF::PassOwnPtr<WebCore::HTMLDocumentParser::ParsedChunk>)

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



More information about the webkit-unassigned mailing list