Bug 52971

Summary: ASSERT running run-webkit-tests --threaded
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Geoffrey Garen
Reported 2011-01-22 20:40:32 PST
ASSERT running run-webkit-tests --threaded
Attachments
Patch (8.42 KB, patch)
2011-01-22 20:43 PST, Geoffrey Garen
mitz: review+
Geoffrey Garen
Comment 1 2011-01-22 20:43:46 PST
mitz
Comment 2 2011-01-22 20:54:31 PST
Comment on attachment 79862 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=79862&action=review > Source/JavaScriptCore/runtime/ConservativeSet.h:46 > + static const size_t inlineCapacity = 128; The increased inline capacity might be worth mentioning in the change log. > Source/JavaScriptCore/runtime/ConservativeSet.h:70 > + if (m_set == m_inlineSet) > + return; > + OSAllocator::decommitAndRelease(m_set, m_capacity * sizeof(JSCell*)); I know how to turn this into a 2-line function.
Geoffrey Garen
Comment 3 2011-01-22 21:03:45 PST
Csaba Osztrogonác
Comment 4 2011-01-24 05:11:58 PST
(In reply to comment #3) > Committed r76457: <http://trac.webkit.org/changeset/76457> trunk/runtime directory was committed accidentally,it was removed by http://trac.webkit.org/changeset/76508
Note You need to log in before you can comment on or make changes to this bug.