Changeset 95507 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 19, 2011, 6:53:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r95505 r95507 1 2011-09-19 Sheriff Bot <[email protected]> 2 3 Unreviewed, rolling out r95493 and r95496. 4 http://trac.webkit.org/changeset/95493 5 http://trac.webkit.org/changeset/95496 6 https://bugs.webkit.org/show_bug.cgi?id=68418 7 8 Broke Windows build (Requested by rniwa on #webkit). 9 10 * CMakeLists.txt: 11 * GNUmakefile.list.am: 12 * JavaScriptCore.exp: 13 * JavaScriptCore.gypi: 14 * JavaScriptCore.pro: 15 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: 16 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: 17 * JavaScriptCore.xcodeproj/project.pbxproj: 18 * debugger/Debugger.cpp: 19 (JSC::Debugger::recompileAllJSFunctions): 20 * heap/AllocationSpace.cpp: Removed. 21 * heap/AllocationSpace.h: Removed. 22 * heap/Heap.cpp: 23 (JSC::CountFunctor::TakeIfEmpty::TakeIfEmpty): 24 (JSC::CountFunctor::TakeIfEmpty::operator()): 25 (JSC::CountFunctor::TakeIfEmpty::returnValue): 26 (JSC::Heap::Heap): 27 (JSC::Heap::reportExtraMemoryCostSlowCase): 28 (JSC::Heap::tryAllocate): 29 (JSC::Heap::allocateSlowCase): 30 (JSC::Heap::getConservativeRegisterRoots): 31 (JSC::Heap::markRoots): 32 (JSC::Heap::clearMarks): 33 (JSC::Heap::sweep): 34 (JSC::Heap::objectCount): 35 (JSC::Heap::size): 36 (JSC::Heap::capacity): 37 (JSC::Heap::globalObjectCount): 38 (JSC::Heap::objectTypeCounts): 39 (JSC::Heap::collect): 40 (JSC::Heap::canonicalizeBlocks): 41 (JSC::Heap::resetAllocator): 42 (JSC::Heap::allocateBlock): 43 (JSC::Heap::freeBlocks): 44 (JSC::Heap::shrink): 45 * heap/Heap.h: 46 (JSC::Heap::markedSpace): 47 (JSC::Heap::forEachCell): 48 (JSC::Heap::forEachBlock): 49 (JSC::Heap::sizeClassFor): 50 (JSC::Heap::allocate): 51 * jit/JITInlineMethods.h: 52 (JSC::JIT::emitAllocateBasicJSObject): 53 * runtime/JSGlobalData.cpp: 54 (JSC::JSGlobalData::recompileAllJSFunctions): 55 (JSC::JSGlobalData::releaseExecutableMemory): 56 1 57 2011-09-19 Gavin Barraclough <[email protected]> 2 58
Note:
See TracChangeset
for help on using the changeset viewer.