From: Alberto Garcia Date: Fri, 6 Mar 2015 07:33:11 +0000 (+0000) Subject: Enable DFG JIT on FreeBSD and Hurd X-Git-Tag: archive/raspbian/2.14.3-1+rpi1~1^2^2^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=07e1260aa5ab60900178ed2f44d9a0609944d72e;p=webkit2gtk.git Enable DFG JIT on FreeBSD and Hurd =================================================================== Gbp-Pq: Name dfg-jit.patch --- diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h index 532778e2cb..8fb4fa0509 100644 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -713,7 +713,7 @@ #if !defined(ENABLE_DFG_JIT) && ENABLE(JIT) /* Enable the DFG JIT on X86 and X86_64. */ -#if (CPU(X86) || CPU(X86_64)) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(WINDOWS)) +#if (CPU(X86) || CPU(X86_64)) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(WINDOWS) || OS(HURD)) #define ENABLE_DFG_JIT 1 #endif /* Enable the DFG JIT on ARMv7. Only tested on iOS and Qt/GTK+ Linux. */