Title: [227031] branches/safari-605-branch/Source/_javascript_Core
Revision
227031
Author
[email protected]
Date
2018-01-16 21:04:35 -0800 (Tue, 16 Jan 2018)

Log Message

Cherry-pick r226942. rdar://problem/36567945

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/_javascript_Core/ChangeLog (227030 => 227031)


--- branches/safari-605-branch/Source/_javascript_Core/ChangeLog	2018-01-17 05:04:33 UTC (rev 227030)
+++ branches/safari-605-branch/Source/_javascript_Core/ChangeLog	2018-01-17 05:04:35 UTC (rev 227031)
@@ -1,5 +1,17 @@
 2018-01-16  Jason Marcell  <[email protected]>
 
+        Cherry-pick r226942. rdar://problem/36567945
+
+    2018-01-14  Saam Barati  <[email protected]>
+
+            Unreviewed. r226928 broke the CLOOP build. This patch fixes the CLOOP build.
+
+            * bytecode/CallLinkStatus.cpp:
+            (JSC::CallLinkStatus::computeFromLLInt):
+            (JSC::CallLinkStatus::computeExitSiteData):
+
+2018-01-16  Jason Marcell  <[email protected]>
+
         Cherry-pick r226928. rdar://problem/36567945
 
     2018-01-12  Saam Barati  <[email protected]>

Modified: branches/safari-605-branch/Source/_javascript_Core/bytecode/CallLinkStatus.cpp (227030 => 227031)


--- branches/safari-605-branch/Source/_javascript_Core/bytecode/CallLinkStatus.cpp	2018-01-17 05:04:33 UTC (rev 227030)
+++ branches/safari-605-branch/Source/_javascript_Core/bytecode/CallLinkStatus.cpp	2018-01-17 05:04:35 UTC (rev 227031)
@@ -64,8 +64,6 @@
         // takes slow path.
         return takesSlowPath();
     }
-#else
-    UNUSED_PARAM(locker);
 #endif
 
     Instruction* instruction = profiledBlock->instructions().begin() + bytecodeIndex;
@@ -115,7 +113,6 @@
     exitSiteData.badFunction =
         codeBlock->hasExitSite(locker, DFG::FrequentExitSite(bytecodeIndex, BadCell));
 #else
-    UNUSED_PARAM(locker);
     UNUSED_PARAM(profiledBlock);
     UNUSED_PARAM(bytecodeIndex);
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to