Title: [174511] trunk/Source/WTF
- Revision
- 174511
- Author
- [email protected]
- Date
- 2014-10-09 11:10:31 -0700 (Thu, 09 Oct 2014)
Log Message
Enable ARM64 disassembler for all platforms
https://bugs.webkit.org/show_bug.cgi?id=137560
Patch by Akos Kiss <[email protected]> on 2014-10-09
Reviewed by Michael Saboff.
Remove PLATFORM conditions from around WTF_USE_ARM64_DISASSEMBLER since
the ARM64 disassembler has no platform dependencies anymore.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (174510 => 174511)
--- trunk/Source/WTF/ChangeLog 2014-10-09 17:34:06 UTC (rev 174510)
+++ trunk/Source/WTF/ChangeLog 2014-10-09 18:10:31 UTC (rev 174511)
@@ -1,3 +1,15 @@
+2014-10-09 Akos Kiss <[email protected]>
+
+ Enable ARM64 disassembler for all platforms
+ https://bugs.webkit.org/show_bug.cgi?id=137560
+
+ Reviewed by Michael Saboff.
+
+ Remove PLATFORM conditions from around WTF_USE_ARM64_DISASSEMBLER since
+ the ARM64 disassembler has no platform dependencies anymore.
+
+ * wtf/Platform.h:
+
2014-10-08 [email protected] <[email protected]>
[WinCairo] Enable JIT on 32-bit.
Modified: trunk/Source/WTF/wtf/Platform.h (174510 => 174511)
--- trunk/Source/WTF/wtf/Platform.h 2014-10-09 17:34:06 UTC (rev 174510)
+++ trunk/Source/WTF/wtf/Platform.h 2014-10-09 18:10:31 UTC (rev 174511)
@@ -693,7 +693,7 @@
#define ENABLE_DISASSEMBLER 1
#endif
-#if !defined(WTF_USE_ARM64_DISASSEMBLER) && ENABLE(JIT) && (PLATFORM(IOS) || PLATFORM(EFL)) && CPU(ARM64) && !USE(LLVM_DISASSEMBLER)
+#if !defined(WTF_USE_ARM64_DISASSEMBLER) && ENABLE(JIT) && CPU(ARM64) && !USE(LLVM_DISASSEMBLER)
#define WTF_USE_ARM64_DISASSEMBLER 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes