Bug 92550

Summary: Split functionality of MarkedAllocator::m_currentBlock
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch fpizlo: review+

Mark Hahnenberg
Reported 2012-07-27 14:49:09 PDT
MarkedAllocator::m_currentBlock serves two purposes right now; it indicates the block that is currently being used for allocation and the beginning of the list of blocks that need to be swept. We should split these two functionalities into two separate fields.
Attachments
Patch (4.95 KB, patch)
2012-07-27 14:57 PDT, Mark Hahnenberg
fpizlo: review+
Mark Hahnenberg
Comment 1 2012-07-27 14:57:37 PDT
Mark Hahnenberg
Comment 2 2012-07-27 15:59:34 PDT
Note You need to log in before you can comment on or make changes to this bug.