Ignore:
Timestamp:
Jan 15, 2020, 1:30:57 PM (5 years ago)
Author:
[email protected]
Message:

Revert bytecode checkpoints since it breaks watch
https://bugs.webkit.org/show_bug.cgi?id=206301

Unreviewed, revert.

File:
1 edited

Legend:

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

    r253896 r254632  
    6767   
    6868    template<typename HasFunctor, typename AddFunctor>
    69     void closeStartingWithLocal(Operand op, const HasFunctor& has, const AddFunctor& add)
     69    void closeStartingWithLocal(VirtualRegister reg, const HasFunctor& has, const AddFunctor& add)
    7070    {
    71         Availability availability = m_locals.operand(op);
     71        Availability availability = m_locals.operand(reg);
    7272        if (!availability.hasNode())
    7373            return;
Note: See TracChangeset for help on using the changeset viewer.