Title: [237962] tags/Safari-607.1.13/Source/_javascript_Core
Revision
237962
Author
alanc...@apple.com
Date
2018-11-07 17:29:18 -0800 (Wed, 07 Nov 2018)

Log Message

Revert r237645. rdar://problem/45895377

Modified Paths

Diff

Modified: tags/Safari-607.1.13/Source/_javascript_Core/ChangeLog (237961 => 237962)


--- tags/Safari-607.1.13/Source/_javascript_Core/ChangeLog	2018-11-08 01:29:16 UTC (rev 237961)
+++ tags/Safari-607.1.13/Source/_javascript_Core/ChangeLog	2018-11-08 01:29:18 UTC (rev 237962)
@@ -1,5 +1,9 @@
 2018-11-07  Alan Coon  <alanc...@apple.com>
 
+        Revert r237645. rdar://problem/45895377
+
+2018-11-07  Alan Coon  <alanc...@apple.com>
+
         Revert r237728. rdar://problem/45895377
 
 2018-11-07  Alan Coon  <alanc...@apple.com>

Modified: tags/Safari-607.1.13/Source/_javascript_Core/runtime/Options.h (237961 => 237962)


--- tags/Safari-607.1.13/Source/_javascript_Core/runtime/Options.h	2018-11-08 01:29:16 UTC (rev 237961)
+++ tags/Safari-607.1.13/Source/_javascript_Core/runtime/Options.h	2018-11-08 01:29:18 UTC (rev 237962)
@@ -303,7 +303,7 @@
     \
     v(unsigned, maximumOptimizationCandidateInstructionCount, 100000, Normal, nullptr) \
     \
-    v(unsigned, maximumFunctionForCallInlineCandidateInstructionCount, 120, Normal, nullptr) \
+    v(unsigned, maximumFunctionForCallInlineCandidateInstructionCount, 190, Normal, nullptr) \
     v(unsigned, maximumFunctionForClosureCallInlineCandidateInstructionCount, 100, Normal, nullptr) \
     v(unsigned, maximumFunctionForConstructInlineCandidateInstructionCount, 100, Normal, nullptr) \
     \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to