RESOLVED FIXED92550
Split functionality of MarkedAllocator::m_currentBlock
https://bugs.webkit.org/show_bug.cgi?id=92550
Summary Split functionality of MarkedAllocator::m_currentBlock
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.