|
|
@@ -674,7 +674,6 @@ PHASE(All)
|
|
|
#define DEFAULT_CONFIG_PerfHintLevel (1)
|
|
|
#define DEFAULT_CONFIG_OOPJITMissingOpts (true)
|
|
|
#define DEFAULT_CONFIG_OOPCFGRegistration (true)
|
|
|
-#define DEFAULT_CONFIG_RPCFailFastWait (3000)
|
|
|
|
|
|
#define DEFAULT_CONFIG_FailFastIfDisconnectedDelegate (false)
|
|
|
|
|
|
@@ -1239,7 +1238,6 @@ FLAGNR(Boolean, NoDeferParse , "Disable deferred parsing", false)
|
|
|
FLAGNR(Boolean, NoLogo , "No logo, which we don't display anyways", false)
|
|
|
FLAGNR(Boolean, OOPJITMissingOpts , "Use optimizations that are missing from OOP JIT", DEFAULT_CONFIG_OOPJITMissingOpts)
|
|
|
FLAGNR(Boolean, OOPCFGRegistration , "Do CFG registration OOP (under OOP JIT)", DEFAULT_CONFIG_OOPCFGRegistration)
|
|
|
-FLAGNR(Number, RPCFailFastWait , "Wait time for JIT process termination before triggering failfast on RPC failure", DEFAULT_CONFIG_RPCFailFastWait)
|
|
|
#ifdef _ARM64_
|
|
|
FLAGR (Boolean, NoNative , "Disable native codegen", true)
|
|
|
#else
|