Ignore:
Timestamp:
Oct 17, 2017, 4:34:29 PM (8 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r223523.

A test for this change is failing on debug JSC bots.

Reverted changeset:

"[JSC] proto getter should be fast"
https://bugs.webkit.org/show_bug.cgi?id=178067
https://trac.webkit.org/changeset/223523

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGNode.h

    r223523 r223584  
    15491549        case GetByIdFlush:
    15501550        case GetByIdWithThis:
    1551         case GetPrototypeOf:
    15521551        case TryGetById:
    15531552        case GetByVal:
     
    23132312    }
    23142313
    2315     bool shouldSpeculateFunction()
    2316     {
    2317         return isFunctionSpeculation(prediction());
    2318     }
    2319 
    23202314    bool shouldSpeculateProxyObject()
    23212315    {
Note: See TracChangeset for help on using the changeset viewer.