Ignore:
Timestamp:
Sep 2, 2011, 4:33:28 PM (14 years ago)
Author:
[email protected]
Message:

Remove OldSpace classes
https://bugs.webkit.org/show_bug.cgi?id=67533

Reviewed by Gavin Barraclough.

Remove the unused OldSpace classes

(JSC::Heap::writeBarrierSlowCase):

  • heap/MarkedBlock.h:
  • heap/OldSpace.cpp: Removed.
  • heap/OldSpace.h: Removed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r94460 r94461  
     12011-09-02  Oliver Hunt  <[email protected]>
     2
     3        Remove OldSpace classes
     4        https://bugs.webkit.org/show_bug.cgi?id=67533
     5
     6        Reviewed by Gavin Barraclough.
     7
     8        Remove the unused OldSpace classes
     9
     10        * CMakeLists.txt:
     11        * GNUmakefile.list.am:
     12        * JavaScriptCore.gypi:
     13        * JavaScriptCore.pro:
     14        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
     15        * JavaScriptCore.xcodeproj/project.pbxproj:
     16        * heap/Heap.cpp:
     17        (JSC::Heap::writeBarrierSlowCase):
     18        * heap/MarkedBlock.h:
     19        * heap/OldSpace.cpp: Removed.
     20        * heap/OldSpace.h: Removed.
     21
    1222011-09-02  James Robinson  <[email protected]>
    223
Note: See TracChangeset for help on using the changeset viewer.