Changeset 237576 in webkit


Ignore:
Timestamp:
Oct 29, 2018 7:51:23 PM (6 years ago)
Author:
Tadeu Zagallo
Message:

Unreviewed, fix JSC on arm64e after r237547
https://bugs.webkit.org/show_bug.cgi?id=187373

Unreviewed.

Remove unused move guarded by POINTER_PROFILING that was trashing the
metadata on arm64e.

  • llint/LowLevelInterpreter64.asm:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r237575 r237576  
     12018-10-29  Tadeu Zagallo  <tzagallo@apple.com>
     2
     3        Unreviewed, fix JSC on arm64e after r237547
     4        https://bugs.webkit.org/show_bug.cgi?id=187373
     5
     6        Unreviewed.
     7
     8        Remove unused move guarded by POINTER_PROFILING that was trashing the
     9        metadata on arm64e.
     10
     11        * llint/LowLevelInterpreter64.asm:
     12
    1132018-10-29  Keith Miller  <keith_miller@apple.com>
    214
  • trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm

    r237547 r237576  
    19821982
    19831983        get(callee, t0)
    1984         if POINTER_PROFILING
    1985             move t1, t5
    1986         end
    19871984        loadp %op%::Metadata::callLinkInfo.callee[t5], t2
    19881985        loadConstantOrVariable(size, t0, t3)
Note: See TracChangeset for help on using the changeset viewer.