Ignore:
Timestamp:
Jan 27, 2015, 1:34:32 PM (10 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/WeakBlock.h

    r179192 r179211  
    3535namespace JSC {
    3636
     37class DeadBlock;
    3738class HeapRootVisitor;
    3839class JSValue;
     
    5657    };
    5758
    58     static WeakBlock* create();
     59    static WeakBlock* create(DeadBlock*);
    5960
    6061    static WeakImpl* asWeakImpl(FreeCell*);
     
    7374    static FreeCell* asFreeCell(WeakImpl*);
    7475
    75     WeakBlock();
     76    WeakBlock(Region*);
    7677    WeakImpl* firstWeakImpl();
    7778    void finalize(WeakImpl*);
Note: See TracChangeset for help on using the changeset viewer.