LibJS/JIT: Stop logging JIT success by default (but still log failure)

This commit is contained in:
Andreas Kling 2023-10-29 22:57:56 +01:00
parent dfaf645302
commit 0c6d094a7e
Notes: sideshowbarker 2024-07-17 10:05:47 +09:00

View file

@ -24,7 +24,7 @@
#if ARCH(X86_64)
# define LOG_JIT_SUCCESS 1
# define LOG_JIT_SUCCESS 0
# define LOG_JIT_FAILURE 1
# define DUMP_JIT_MACHINE_CODE_TO_STDOUT 0
# define DUMP_JIT_DISASSEMBLY 0