Changeset 208393 in webkit


Ignore:
Timestamp:
Nov 4, 2016 12:19:54 PM (8 years ago)
Author:
matthew_hanson@apple.com
Message:

Merge r208385. rdar://problem/28857505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-602.3.8/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm

    r208372 r208393  
    489489        macro (actualTag) end,
    490490        payload)
     491end
     492
     493macro storeStructureWithTypeInfo(cell, structure, scratch)
     494    storep structure, JSCell::m_structureID[cell]
     495
     496    loadi Structure::m_blob + StructureIDBlob::u.words.word2[structure], scratch
     497    storei scratch, JSCell::m_indexingType[cell]
    491498end
    492499
Note: See TracChangeset for help on using the changeset viewer.