[Webkit-unassigned] [Bug 76003] REGRESSION (r104210): WebProcess spins at 100% CPU for several minutes when loading an internal Apple site

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 10 18:45:57 PST 2012


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver at apple.com,
                   |                            |sam at webkit.org




--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org>  2012-01-10 18:45:56 PST ---
Could you tell me what getOwnPropertySlotByIndex is doing and if there's way to avoid calling length there?

I'm guessing that we just need to verify that the specified index exists. Is that right? In that case, we can probably add new methods like isIndexValid(unsigned) that only looks for the specified index.

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