Ignore:
Timestamp:
Aug 26, 2014, 9:46:10 AM (11 years ago)
Author:
[email protected]
Message:

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

Caused assertions on fast/storage/serialized-script-
value.html, and possibly flakiness on more tests (Requested by
ap on #webkit).

Reverted changeset:

"FTL should be able to do polymorphic call inlining"
https://bugs.webkit.org/show_bug.cgi?id=135145
http://trac.webkit.org/changeset/172940

File:
1 edited

Legend:

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

    r172940 r172961  
    6161    GPRReg payloadGPR() const { return m_gpr; }
    6262   
    63     bool uses(GPRReg gpr) const { return m_gpr == gpr; }
    64    
    6563private:
    6664    GPRReg m_gpr;
     
    172170    }
    173171
    174     bool uses(GPRReg gpr) const { return m_tagGPR == gpr || m_payloadGPR == gpr; }
    175    
    176172private:
    177173    int8_t m_tagGPR;
Note: See TracChangeset for help on using the changeset viewer.