Title: [192778] trunk/Source/_javascript_Core
- Revision
- 192778
- Author
- [email protected]
- Date
- 2015-11-27 05:01:54 -0800 (Fri, 27 Nov 2015)
Log Message
Use mark pragmas only if it is supported
https://bugs.webkit.org/show_bug.cgi?id=151621
Reviewed by Mark Lam.
* b3/air/AirIteratedRegisterCoalescing.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (192777 => 192778)
--- trunk/Source/_javascript_Core/ChangeLog 2015-11-27 13:01:22 UTC (rev 192777)
+++ trunk/Source/_javascript_Core/ChangeLog 2015-11-27 13:01:54 UTC (rev 192778)
@@ -1,5 +1,14 @@
2015-11-27 Csaba Osztrogonác <[email protected]>
+ Use mark pragmas only if it is supported
+ https://bugs.webkit.org/show_bug.cgi?id=151621
+
+ Reviewed by Mark Lam.
+
+ * b3/air/AirIteratedRegisterCoalescing.cpp:
+
+2015-11-27 Csaba Osztrogonác <[email protected]>
+
Fix the ENABLE(B3_JIT) build with GCC in B3Procedure.h
https://bugs.webkit.org/show_bug.cgi?id=151620
Modified: trunk/Source/_javascript_Core/b3/air/AirIteratedRegisterCoalescing.cpp (192777 => 192778)
--- trunk/Source/_javascript_Core/b3/air/AirIteratedRegisterCoalescing.cpp 2015-11-27 13:01:22 UTC (rev 192777)
+++ trunk/Source/_javascript_Core/b3/air/AirIteratedRegisterCoalescing.cpp 2015-11-27 13:01:54 UTC (rev 192778)
@@ -684,7 +684,9 @@
m_coloredTmp.clear();
}
+#if PLATFORM(COCOA)
#pragma mark - Debugging helpers.
+#endif
void dumpInterferenceGraphInDot(PrintStream& out)
{
@@ -718,7 +720,9 @@
out.print(" ", tmp, "\n");
}
+#if PLATFORM(COCOA)
#pragma mark -
+#endif
// Interference edges are not directed. An edge between any two Tmps is represented
// by the concatenated values of the smallest Tmp followed by the bigger Tmp.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes