Ignore:
Timestamp:
Jan 30, 2011, 11:54:56 AM (15 years ago)
Author:
Csaba Osztrogonác
Message:

Unreviewed, rolling out r77025.
http://trac.webkit.org/changeset/77025
https://bugs.webkit.org/show_bug.cgi?id=53401

Patch by Sheriff Bot <[email protected]> on 2011-01-30
It made js1_5/Regress/regress-159334.js fail on 64 bit Linux
(Requested by Ossy on #webkit).

  • jit/ExecutableAllocatorFixedVMPool.cpp:

(JSC::FreeListEntry::FreeListEntry):
(JSC::AVLTreeAbstractorForFreeList::get_less):
(JSC::AVLTreeAbstractorForFreeList::set_less):
(JSC::AVLTreeAbstractorForFreeList::get_greater):
(JSC::AVLTreeAbstractorForFreeList::set_greater):
(JSC::AVLTreeAbstractorForFreeList::get_balance_factor):
(JSC::AVLTreeAbstractorForFreeList::set_balance_factor):
(JSC::AVLTreeAbstractorForFreeList::null):
(JSC::AVLTreeAbstractorForFreeList::compare_key_key):
(JSC::AVLTreeAbstractorForFreeList::compare_key_node):
(JSC::AVLTreeAbstractorForFreeList::compare_node_node):
(JSC::reverseSortFreeListEntriesByPointer):
(JSC::reverseSortCommonSizedAllocations):
(JSC::FixedVMPoolAllocator::release):
(JSC::FixedVMPoolAllocator::reuse):
(JSC::FixedVMPoolAllocator::addToFreeList):
(JSC::FixedVMPoolAllocator::coalesceFreeSpace):
(JSC::FixedVMPoolAllocator::FixedVMPoolAllocator):
(JSC::FixedVMPoolAllocator::alloc):
(JSC::FixedVMPoolAllocator::free):
(JSC::FixedVMPoolAllocator::isValid):
(JSC::FixedVMPoolAllocator::allocInternal):
(JSC::FixedVMPoolAllocator::isWithinVMPool):
(JSC::FixedVMPoolAllocator::addToCommittedByteCount):
(JSC::ExecutableAllocator::committedByteCount):
(JSC::maybeModifyVMPoolSize):
(JSC::ExecutableAllocator::isValid):
(JSC::ExecutableAllocator::underMemoryPressure):
(JSC::ExecutablePool::systemAlloc):
(JSC::ExecutablePool::systemRelease):

  • wtf/PageReservation.h:

(WTF::PageReservation::PageReservation):
(WTF::PageReservation::commit):
(WTF::PageReservation::decommit):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r77087 r77090  
     12011-01-30  Sheriff Bot  <[email protected]>
     2
     3        Unreviewed, rolling out r77025.
     4        http://trac.webkit.org/changeset/77025
     5        https://bugs.webkit.org/show_bug.cgi?id=53401
     6
     7        It made js1_5/Regress/regress-159334.js fail on 64 bit Linux
     8        (Requested by Ossy on #webkit).
     9
     10        * jit/ExecutableAllocatorFixedVMPool.cpp:
     11        (JSC::FreeListEntry::FreeListEntry):
     12        (JSC::AVLTreeAbstractorForFreeList::get_less):
     13        (JSC::AVLTreeAbstractorForFreeList::set_less):
     14        (JSC::AVLTreeAbstractorForFreeList::get_greater):
     15        (JSC::AVLTreeAbstractorForFreeList::set_greater):
     16        (JSC::AVLTreeAbstractorForFreeList::get_balance_factor):
     17        (JSC::AVLTreeAbstractorForFreeList::set_balance_factor):
     18        (JSC::AVLTreeAbstractorForFreeList::null):
     19        (JSC::AVLTreeAbstractorForFreeList::compare_key_key):
     20        (JSC::AVLTreeAbstractorForFreeList::compare_key_node):
     21        (JSC::AVLTreeAbstractorForFreeList::compare_node_node):
     22        (JSC::reverseSortFreeListEntriesByPointer):
     23        (JSC::reverseSortCommonSizedAllocations):
     24        (JSC::FixedVMPoolAllocator::release):
     25        (JSC::FixedVMPoolAllocator::reuse):
     26        (JSC::FixedVMPoolAllocator::addToFreeList):
     27        (JSC::FixedVMPoolAllocator::coalesceFreeSpace):
     28        (JSC::FixedVMPoolAllocator::FixedVMPoolAllocator):
     29        (JSC::FixedVMPoolAllocator::alloc):
     30        (JSC::FixedVMPoolAllocator::free):
     31        (JSC::FixedVMPoolAllocator::isValid):
     32        (JSC::FixedVMPoolAllocator::allocInternal):
     33        (JSC::FixedVMPoolAllocator::isWithinVMPool):
     34        (JSC::FixedVMPoolAllocator::addToCommittedByteCount):
     35        (JSC::ExecutableAllocator::committedByteCount):
     36        (JSC::maybeModifyVMPoolSize):
     37        (JSC::ExecutableAllocator::isValid):
     38        (JSC::ExecutableAllocator::underMemoryPressure):
     39        (JSC::ExecutablePool::systemAlloc):
     40        (JSC::ExecutablePool::systemRelease):
     41        * wtf/PageReservation.h:
     42        (WTF::PageReservation::PageReservation):
     43        (WTF::PageReservation::commit):
     44        (WTF::PageReservation::decommit):
     45
    1462011-01-30  Leo Yang  <[email protected]>
    247
Note: See TracChangeset for help on using the changeset viewer.