Changeset 94461 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 2, 2011, 4:33:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r94460 r94461 1 2011-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 1 22 2011-09-02 James Robinson <[email protected]> 2 23
Note:
See TracChangeset
for help on using the changeset viewer.