[Webkit-unassigned] [Bug 55011] Fragment parsing does not need to use HTMLSourceTracker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 23 02:17:43 PST 2011


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





--- Comment #12 from Eric Seidel <eric at webkit.org>  2011-02-23 02:17:43 PST ---
(In reply to comment #8)
> Is it possible that you were testing with debug builds? That would explain why your before numbers are so high since malloc() is much more expensive in debug.

It's not possible to run the benchmark in a Debug build (slow script dialog), so no. :)  I suspect that this benchmark is so tight that we're hitting hardware caching differences, and that the improvements aren't necessarily real.  It's also possible malloc is more expensive (relatively speaking) on my machine (due to locking) because it's a 16 core machine instead of whatever you're testing on.  Given that Peacekeeper didn't impove as much as we saw tiny-innerHTML, perhaps the reduced benchmark is too reduced.

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