[webkit-reviews] review denied: [Bug 113469] Safari hangs during test262 run in CodeCache::pruneSlowCase : [Attachment 195613] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 12:38:22 PDT 2013


Mark Hahnenberg <mhahnenberg at apple.com> has denied Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 113469: Safari hangs during test262 run in CodeCache::pruneSlowCase
https://bugs.webkit.org/show_bug.cgi?id=113469

Attachment 195613: Patch
https://bugs.webkit.org/attachment.cgi?id=195613&action=review

------- Additional Comments from Mark Hahnenberg <mhahnenberg at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=195613&action=review


> Source/JavaScriptCore/runtime/CodeCache.cpp:50
> +    while (m_size > m_capacity && numberOfEntries() >= workingSetMaxEntries)
{

This is wrong.


More information about the webkit-reviews mailing list