Ignore:
Timestamp:
Nov 4, 2019, 3:47:07 PM (6 years ago)
Author:
Truitt Savell
Message:

Unreviewed, rolling out r252015.

Broke the Windows build

Reverted changeset:

"Split ArithProfile into a Unary and a Binary version"
https://bugs.webkit.org/show_bug.cgi?id=202832
https://trac.webkit.org/changeset/252015

File:
1 edited

Legend:

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

    r252015 r252021  
    920920        GetPutInfo copiedGetPutInfo(OpPutToScope);
    921921        template<typename BinaryOp>
    922         BinaryArithProfile copiedArithProfile(BinaryOp);
     922        ArithProfile copiedArithProfile(BinaryOp);
    923923
    924924        Interpreter* m_interpreter;
     
    940940
    941941        HashMap<unsigned, unsigned> m_copiedGetPutInfos;
    942         HashMap<uint64_t, BinaryArithProfile> m_copiedArithProfiles;
     942        HashMap<uint64_t, ArithProfile> m_copiedArithProfiles;
    943943
    944944        JumpList m_exceptionChecks;
Note: See TracChangeset for help on using the changeset viewer.