Ignore:
Timestamp:
Mar 9, 2019, 9:25:11 AM (6 years ago)
Author:
[email protected]
Message:

BinarySwitch can be shrunk by 8 bytes
https://bugs.webkit.org/show_bug.cgi?id=195493

Reviewed by Mark Lam.

  • jit/BinarySwitch.cpp:

(JSC::BinarySwitch::BinarySwitch):

  • jit/BinarySwitch.h:
File:
1 edited

Legend:

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

    r206525 r242673  
    7979    void build(unsigned start, bool hardStart, unsigned end);
    8080   
     81    Type m_type;
    8182    GPRReg m_value;
    8283   
     
    135136   
    136137    MacroAssembler::JumpList m_fallThrough;
    137    
    138     Type m_type;
    139138};
    140139
Note: See TracChangeset for help on using the changeset viewer.