Changeset 77090 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 30, 2011, 11:54:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r77087 r77090 1 2011-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 1 46 2011-01-30 Leo Yang <[email protected]> 2 47
Note:
See TracChangeset
for help on using the changeset viewer.