Ignore:
Timestamp:
Sep 9, 2017, 9:54:40 AM (8 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r221774.

This change introduced three debug JSC test timeouts.

Reverted changeset:

"Use JIT probes for DFG OSR exit."
https://bugs.webkit.org/show_bug.cgi?id=175144
http://trac.webkit.org/changeset/221774

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h

    r221774 r221823  
    992992        return GPRInfo::regT5;
    993993    }
     994
     995    // Add a debug call. This call has no effect on JIT code execution state.
     996    void debugCall(VM&, V_DebugOperation_EPP function, void* argument);
    994997
    995998    // These methods JIT generate dynamic, debug-only checks - akin to ASSERTs.
     
    14631466    void emitDumbVirtualCall(VM&, CallLinkInfo*);
    14641467   
    1465     // FIXME: remove this when we fix https://bugs.webkit.org/show_bug.cgi?id=175145.
    14661468    Vector<BytecodeAndMachineOffset>& decodedCodeMapFor(CodeBlock*);
    14671469
     
    16551657    CodeBlock* m_baselineCodeBlock;
    16561658
    1657     // FIXME: remove this when we fix https://bugs.webkit.org/show_bug.cgi?id=175145.
    16581659    HashMap<CodeBlock*, Vector<BytecodeAndMachineOffset>> m_decodedCodeMaps;
    16591660};
Note: See TracChangeset for help on using the changeset viewer.