Changeset 228459 in webkit


Ignore:
Timestamp:
Feb 13, 2018 10:05:38 PM (6 years ago)
Author:
jmarcell@apple.com
Message:

Cherry-pick r228438. rdar://problem/37521089

Location:
branches/safari-605-branch/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-605-branch/Source/JavaScriptCore/ChangeLog

    r228458 r228459  
     12018-02-13  Jason Marcell  <jmarcell@apple.com>
     2
     3        Cherry-pick r228438. rdar://problem/37521089
     4
     5    2018-02-13  Saam Barati  <sbarati@apple.com>
     6
     7            Follup fix to r228411 for 32-bit builds. I missed a place where we used non vararg getter for child2().
     8
     9            * dfg/DFGSpeculativeJIT32_64.cpp:
     10            (JSC::DFG::SpeculativeJIT::compile):
     11
    1122018-02-13  Jason Marcell  <jmarcell@apple.com>
    213
  • branches/safari-605-branch/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp

    r228458 r228459  
    25772577                }
    25782578
    2579                 if (node->child2().useKind() == SymbolUse) {
     2579                if (m_graph.varArgChild(node, 1).useKind() == SymbolUse) {
    25802580                    compileGetByValForObjectWithSymbol(node);
    25812581                    break;
Note: See TracChangeset for help on using the changeset viewer.