Changeset 95846 in webkit


Ignore:
Timestamp:
Sep 23, 2011 12:19:33 PM (13 years ago)
Author:
oliver@apple.com
Message:

Node propagation doesn't handle PutScopedVar
https://bugs.webkit.org/show_bug.cgi?id=68713

Reviewed by Sam Weinig.

This was causing assertion failures.

  • dfg/DFGPropagator.cpp:

(JSC::DFG::Propagator::propagateNodePredictions):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r95844 r95846  
     12011-09-23  Oliver Hunt  <oliver@apple.com>
     2
     3        Node propagation doesn't handle PutScopedVar
     4        https://bugs.webkit.org/show_bug.cgi?id=68713
     5
     6        Reviewed by Sam Weinig.
     7
     8        This was causing assertion failures.
     9
     10        * dfg/DFGPropagator.cpp:
     11        (JSC::DFG::Propagator::propagateNodePredictions):
     12
    1132011-09-23  Anders Carlsson  <andersca@apple.com>
    214
  • trunk/Source/JavaScriptCore/dfg/DFGPropagator.cpp

    r95786 r95846  
    600600        case ResolveBase:
    601601        case ResolveBaseStrictPut:
     602        case PutScopedVar:
    602603            break;
    603604           
Note: See TracChangeset for help on using the changeset viewer.