Ignore:
Timestamp:
Jan 29, 2015, 8:28:36 PM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r179357 and r179358.
https://bugs.webkit.org/show_bug.cgi?id=141062

Suspect this caused WebGL tests to start flaking (Requested by
kling on #webkit).

Reverted changesets:

"Polymorphic call inlining should be based on polymorphic call
inline caching rather than logging"
https://bugs.webkit.org/show_bug.cgi?id=140660
http://trac.webkit.org/changeset/179357

"Unreviewed, fix no-JIT build."
http://trac.webkit.org/changeset/179358

Patch by Commit Queue <[email protected]> on 2015-01-29

File:
1 edited

Legend:

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

    r179359 r179392  
    993993    }
    994994   
     995    if (vm()->callEdgeLog) {
     996        DeferGCForAWhile awhile(*this);
     997        vm()->callEdgeLog->processLog();
     998    }
     999   
    9951000    RELEASE_ASSERT(!m_deferralDepth);
    9961001    ASSERT(vm()->currentThreadIsHoldingAPILock());
Note: See TracChangeset for help on using the changeset viewer.