Ignore:
Timestamp:
Sep 19, 2011, 6:53:00 PM (14 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r95493 and r95496.
http://trac.webkit.org/changeset/95493
http://trac.webkit.org/changeset/95496
https://bugs.webkit.org/show_bug.cgi?id=68418

Broke Windows build (Requested by rniwa on #webkit).

Patch by Sheriff Bot <[email protected]> on 2011-09-19

Source/JavaScriptCore:

(JSC::Debugger::recompileAllJSFunctions):

  • heap/AllocationSpace.cpp: Removed.
  • heap/AllocationSpace.h: Removed.
  • heap/Heap.cpp:

(JSC::CountFunctor::TakeIfEmpty::TakeIfEmpty):
(JSC::CountFunctor::TakeIfEmpty::operator()):
(JSC::CountFunctor::TakeIfEmpty::returnValue):
(JSC::Heap::Heap):
(JSC::Heap::reportExtraMemoryCostSlowCase):
(JSC::Heap::tryAllocate):
(JSC::Heap::allocateSlowCase):
(JSC::Heap::getConservativeRegisterRoots):
(JSC::Heap::markRoots):
(JSC::Heap::clearMarks):
(JSC::Heap::sweep):
(JSC::Heap::objectCount):
(JSC::Heap::size):
(JSC::Heap::capacity):
(JSC::Heap::globalObjectCount):
(JSC::Heap::objectTypeCounts):
(JSC::Heap::collect):
(JSC::Heap::canonicalizeBlocks):
(JSC::Heap::resetAllocator):
(JSC::Heap::allocateBlock):
(JSC::Heap::freeBlocks):
(JSC::Heap::shrink):

  • heap/Heap.h:

(JSC::Heap::markedSpace):
(JSC::Heap::forEachCell):
(JSC::Heap::forEachBlock):
(JSC::Heap::sizeClassFor):
(JSC::Heap::allocate):

  • jit/JITInlineMethods.h:

(JSC::JIT::emitAllocateBasicJSObject):

  • runtime/JSGlobalData.cpp:

(JSC::JSGlobalData::recompileAllJSFunctions):
(JSC::JSGlobalData::releaseExecutableMemory):

Source/WebCore:

  • ForwardingHeaders/heap/AllocationSpace.h: Removed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r95505 r95507  
     12011-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
    1572011-09-19  Gavin Barraclough  <[email protected]>
    258
Note: See TracChangeset for help on using the changeset viewer.