Title: [237966] tags/Safari-607.1.13/Source/_javascript_Core
Revision
237966
Author
[email protected]
Date
2018-11-07 17:29:30 -0800 (Wed, 07 Nov 2018)

Log Message

Revert r237576. rdar://problem/45895377

Modified Paths

Diff

Modified: tags/Safari-607.1.13/Source/_javascript_Core/ChangeLog (237965 => 237966)


--- tags/Safari-607.1.13/Source/_javascript_Core/ChangeLog	2018-11-08 01:29:28 UTC (rev 237965)
+++ tags/Safari-607.1.13/Source/_javascript_Core/ChangeLog	2018-11-08 01:29:30 UTC (rev 237966)
@@ -1,5 +1,9 @@
 2018-11-07  Alan Coon  <[email protected]>
 
+        Revert r237576. rdar://problem/45895377
+
+2018-11-07  Alan Coon  <[email protected]>
+
         Revert r237627. rdar://problem/45895377
 
 2018-11-07  Alan Coon  <[email protected]>

Modified: tags/Safari-607.1.13/Source/_javascript_Core/llint/LowLevelInterpreter64.asm (237965 => 237966)


--- tags/Safari-607.1.13/Source/_javascript_Core/llint/LowLevelInterpreter64.asm	2018-11-08 01:29:28 UTC (rev 237965)
+++ tags/Safari-607.1.13/Source/_javascript_Core/llint/LowLevelInterpreter64.asm	2018-11-08 01:29:30 UTC (rev 237966)
@@ -1981,6 +1981,9 @@
         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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to