[Webkit-unassigned] [Bug 125944] REGRESSION(r156214): 11-13% regressions on Dromaeo/jslib-traverse-jquery

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 20 17:57:44 PST 2013


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





--- Comment #5 from Mark Hahnenberg <mhahnenberg at apple.com>  2013-12-20 17:55:47 PST ---
The original bug was that we would be in the middle of copying, see and hole and we realize we should have done something else, and then we start copying all over again.

The fix was a simple one: first check if there's a hole, then do the copy. So you're always doing two passes over the array.

If we want to fix this regression then we need a way to start copying and then gracefully fail when we see a hole without forgetting that we had already started copying.

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