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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 00:51:44 PST 2013


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2013-03-08 00:54:09 PST ---
Before:

RESULT Parser: html-parser-threaded: Time= 450.164849998 ms
median= 450.482999993 ms, stdev= 7.2381436538 ms, min= 436.084999994 ms, max= 464.968999964 ms
RESULT Parser: html-parser-threaded: JSHeap= 3522054.8 bytes
median= 3603242.0 bytes, stdev= 623535.479063 bytes, min= 2623588.0 bytes, max= 4378336.0 bytes
RESULT Parser: html-parser-threaded: Malloc= 53670691.6 bytes
median= 56351944.0 bytes, stdev= 11597207.0499 bytes, min= 36349272.0 bytes, max= 69981056.0 bytes

After:

RESULT Parser: html-parser-threaded: Time= 436.115300003 ms
median= 436.41600004 ms, stdev= 5.71435647554 ms, min= 427.160999971 ms, max= 446.753000026 ms
RESULT Parser: html-parser-threaded: JSHeap= 3548257.8 bytes
median= 3603324.0 bytes, stdev= 635649.475906 bytes, min= 2623588.0 bytes, max= 4509212.0 bytes
RESULT Parser: html-parser-threaded: Malloc= 54642561.6 bytes
median= 56337700.0 bytes, stdev= 11804768.9883 bytes, min= 36077416.0 bytes, max= 69851960.0 bytes

I makes it faster.

-- 
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