Ignore:
Timestamp:
Mar 19, 2014, 5:18:26 PM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r165926.
https://bugs.webkit.org/show_bug.cgi?id=130488

broke the iOS build (Requested by estes on #webkit).

Reverted changeset:

Source/JavaScriptCore:

"GC timer should intelligently choose between EdenCollections
and FullCollections"
https://bugs.webkit.org/show_bug.cgi?id=128261
http://trac.webkit.org/changeset/165926

Source/WebCore:

"GC timer should intelligently choose between EdenCollections
and FullCollections"
https://bugs.webkit.org/show_bug.cgi?id=128261
http://trac.webkit.org/changeset/165926

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/heap/HeapStatistics.cpp

    r165926 r165933  
    234234    dataLogF("size: %ldkB\n", static_cast<long>(heap->m_sizeAfterLastCollect / KB));
    235235    dataLogF("capacity: %ldkB\n", static_cast<long>(heap->capacity() / KB));
    236     dataLogF("pause time: %lfms\n\n", heap->m_lastFullGCLength);
     236    dataLogF("pause time: %lfms\n\n", heap->m_lastGCLength);
    237237
    238238    StorageStatistics storageStatistics;
Note: See TracChangeset for help on using the changeset viewer.