Bug 784741 - Don't implicitly define ENABLE_YARR_JIT with MethodJIT. r=dmandelin

This commit is contained in:
Jan Beich 2012-08-22 21:28:47 -04:00
parent bb828010a7
commit a8b824baf4
2 changed files with 2 additions and 3 deletions

View File

@ -323,6 +323,7 @@ endif
ifneq (,$(filter arm% sparc %86 x86_64 mips%,$(TARGET_CPU)))
ENABLE_YARR_JIT = 1
DEFINES += -DENABLE_YARR_JIT=1
VPATH += $(srcdir)/assembler/assembler \
$(srcdir)/methodjit \

View File

@ -1102,9 +1102,7 @@
#if WTF_PLATFORM_CHROMIUM
#define ENABLE_YARR_JIT 0
#elif ENABLE_JIT && !defined(ENABLE_YARR_JIT)
#define ENABLE_YARR_JIT 1
#elif ENABLE_YARR_JIT
/* Setting this flag compares JIT results with interpreter results. */
#define ENABLE_YARR_JIT_DEBUG 0
#endif