Changeset 155413 in webkit
- Timestamp:
- Sep 9, 2013, 8:16:31 PM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
heap/Heap.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r155406 r155413 1 2013-09-09 Filip Pizlo <fpizlo@apple.com> 2 3 Unreviewed, disable GC logging. 4 5 * heap/Heap.cpp: 6 1 7 2013-09-09 Mark Hahnenberg <mhahnenberg@apple.com> 2 8 -
trunk/Source/JavaScriptCore/heap/Heap.cpp
r155395 r155413 56 56 static const size_t smallHeapSize = 1 * MB; // Matches the FastMalloc per-thread cache. 57 57 58 #define ENABLE_GC_LOGGING 158 #define ENABLE_GC_LOGGING 0 59 59 60 60 #if ENABLE(GC_LOGGING)
Note:
See TracChangeset
for help on using the changeset viewer.