mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
Bug 784741 - Don't implicitly define ENABLE_YARR_JIT with MethodJIT. r=dmandelin
This commit is contained in:
parent
bb828010a7
commit
a8b824baf4
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user