Ignore:
Timestamp:
Dec 13, 2016, 11:38:13 AM (8 years ago)
Author:
[email protected]
Message:

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

"Broke ARMv7 builds" (Requested by msaboff on #webkit).

Reverted changeset:

"REGRESSION(r209653): speedometer crashes making virtual slow
path tailcalls"
https://bugs.webkit.org/show_bug.cgi?id=165748
http://trac.webkit.org/changeset/209725

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jsc.cpp

    r209725 r209764  
    32603260    result = runJSC(vm, options);
    32613261
    3262 #if ENABLE(VM_COUNTERS)
    3263     vm->dumpCounters();
    3264 #endif
    32653262    if (Options::gcAtEnd()) {
    32663263        // We need to hold the API lock to do a GC.
Note: See TracChangeset for help on using the changeset viewer.