Title: [237576] trunk/Source/_javascript_Core
Revision
237576
Author
tzaga...@apple.com
Date
2018-10-29 19:51:23 -0700 (Mon, 29 Oct 2018)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (237575 => 237576)


--- trunk/Source/_javascript_Core/ChangeLog	2018-10-30 00:14:30 UTC (rev 237575)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-10-30 02:51:23 UTC (rev 237576)
@@ -1,3 +1,15 @@
+2018-10-29  Tadeu Zagallo  <tzaga...@apple.com>
+
+        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:
+
 2018-10-29  Keith Miller  <keith_mil...@apple.com>
 
         JSC should explicitly list its modulemap file

Modified: trunk/Source/_javascript_Core/llint/LowLevelInterpreter64.asm (237575 => 237576)


--- trunk/Source/_javascript_Core/llint/LowLevelInterpreter64.asm	2018-10-30 00:14:30 UTC (rev 237575)
+++ trunk/Source/_javascript_Core/llint/LowLevelInterpreter64.asm	2018-10-30 02:51:23 UTC (rev 237576)
@@ -1981,9 +1981,6 @@
         end, metadata)
 
         get(callee, t0)
-        if POINTER_PROFILING
-            move t1, t5
-        end
         loadp %op%::Metadata::callLinkInfo.callee[t5], t2
         loadConstantOrVariable(size, t0, t3)
         bqneq t3, t2, .opCallSlow
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to