Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 502492 | Differences between
and this patch

Collapse All | Expand All

(-)webkitgtk/Source/WTF/wtf/Platform.h (+7 lines)
Lines 705-710 Link Here
705
#define ENABLE_JIT 1
705
#define ENABLE_JIT 1
706
#endif
706
#endif
707
707
708
/* FIXME: The fast malloc implementation is broken on Itanium / IA64 because
709
   some memory barriers are missing in the thread-unsafe code around the
710
   pagemap_cache_ object. */
711
#if CPU(IA64) || CPU(IA64_32)
712
#define USE_SYSTEM_MALLOC 1
713
#endif
714
708
/* The JIT is enabled by default on all x86, x86-64, ARM & MIPS platforms. */
715
/* The JIT is enabled by default on all x86, x86-64, ARM & MIPS platforms. */
709
#if !defined(ENABLE_JIT) \
716
#if !defined(ENABLE_JIT) \
710
    && (CPU(X86) || CPU(X86_64) || CPU(ARM) || CPU(MIPS)) \
717
    && (CPU(X86) || CPU(X86_64) || CPU(ARM) || CPU(MIPS)) \

Return to bug 502492