Title: [246275] trunk/Source/_javascript_Core
- Revision
- 246275
- Author
- [email protected]
- Date
- 2019-06-10 13:10:37 -0700 (Mon, 10 Jun 2019)
Log Message
Unreviewed, build fix for non-DFG configurations, part 2
https://bugs.webkit.org/show_bug.cgi?id=198023
* bytecode/CodeBlock.cpp:
(JSC::CodeBlock::finalizeUnconditionally):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (246274 => 246275)
--- trunk/Source/_javascript_Core/ChangeLog 2019-06-10 20:02:28 UTC (rev 246274)
+++ trunk/Source/_javascript_Core/ChangeLog 2019-06-10 20:10:37 UTC (rev 246275)
@@ -1,5 +1,13 @@
2019-06-10 Yusuke Suzuki <[email protected]>
+ Unreviewed, build fix for non-DFG configurations, part 2
+ https://bugs.webkit.org/show_bug.cgi?id=198023
+
+ * bytecode/CodeBlock.cpp:
+ (JSC::CodeBlock::finalizeUnconditionally):
+
+2019-06-10 Yusuke Suzuki <[email protected]>
+
Unreviewed, build fix for non-DFG configurations
https://bugs.webkit.org/show_bug.cgi?id=198023
Modified: trunk/Source/_javascript_Core/bytecode/CodeBlock.cpp (246274 => 246275)
--- trunk/Source/_javascript_Core/bytecode/CodeBlock.cpp 2019-06-10 20:02:28 UTC (rev 246274)
+++ trunk/Source/_javascript_Core/bytecode/CodeBlock.cpp 2019-06-10 20:10:37 UTC (rev 246275)
@@ -1390,7 +1390,7 @@
count = m_jitExecuteCounter.count();
break;
case JITType::DFGJIT:
-#if ENABLE(DFG_JIT)
+#if ENABLE(FTL_JIT)
count = static_cast<DFG::JITCode*>(jitCode)->tierUpCounter.count();
#else
alwaysActive = true;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes