diff --git a/src/flags/flag-definitions.h b/src/flags/flag-definitions.h index 9bc1f2238f..4dee4d9320 100644 --- a/src/flags/flag-definitions.h +++ b/src/flags/flag-definitions.h @@ -2127,7 +2127,8 @@ DEFINE_BOOL(interpreted_frames_native_stack, false, DEFINE_BOOL(enable_system_instrumentation, false, "Enable platform-specific profiling.") - +// Don't move code objects. +DEFINE_NEG_IMPLICATION(enable_system_instrumentation, compact_code_space) #ifndef V8_TARGET_ARCH_ARM DEFINE_IMPLICATION(enable_system_instrumentation, interpreted_frames_native_stack)