[webkit-reviews] review requested: [Bug 43707] REGRESSION: Hang logging into Google Analytics : [Attachment 65165] Patch to constrain the size of Array backing data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 23 15:02:31 PDT 2010


Michael Saboff <msaboff at apple.com> has asked  for review:
Bug 43707: REGRESSION: Hang logging into Google Analytics
https://bugs.webkit.org/show_bug.cgi?id=43707

Attachment 65165: Patch to constrain the size of Array backing data.
https://bugs.webkit.org/attachment.cgi?id=65165&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
Safari was hanging due to the large, but sparse array that Google Analytics
creates.  This patch bounds the vector size of sparse arrays to
MIN_SPARSE_ARRAY_INDEX which is currently 10000.


More information about the webkit-reviews mailing list