Ignore:
Timestamp:
Jan 27, 2015, 1:34:32 PM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r179192.
https://bugs.webkit.org/show_bug.cgi?id=140953

Caused numerous layout test failures (Requested by mattbaker_
on #webkit).

Reverted changeset:

"Use FastMalloc (bmalloc) instead of BlockAllocator for GC
pages"
https://bugs.webkit.org/show_bug.cgi?id=140900
http://trac.webkit.org/changeset/179192

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/heap/Heap.cpp

    r179192 r179211  
    309309    , m_totalBytesCopied(0)
    310310    , m_operationInProgress(NoOperation)
     311    , m_blockAllocator()
    311312    , m_objectSpace(this)
    312313    , m_storageSpace(this)
     
    317318    , m_copyVisitor(m_sharedData)
    318319    , m_handleSet(vm)
    319     , m_codeBlocks()
     320    , m_codeBlocks(m_blockAllocator)
    320321    , m_isSafeToCollect(false)
    321322    , m_writeBarrierBuffer(256)
Note: See TracChangeset for help on using the changeset viewer.