You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-regexDebug tests dump instruction offsets which are based on C++
`sizeof(struct ...)`. The results vary on different arch/compiler, thus
do not suit baseline based tests.
Add a common switch `-BaselineMode` to test harnesses. Change Regex code to
not dump real instruction offsets in this mode in order to do baseline
diff.
FLAGNR(Number, BailOnNoProfileLimit, "The limit of bailout on no profile info before triggering a rejit", DEFAULT_CONFIG_BailOnNoProfileLimit)
758
758
FLAGNR(Number, BailOnNoProfileRejitLimit, "The limit of bailout on no profile info before we disable the bailouts", DEFAULT_CONFIG_BailOnNoProfileRejitLimit)
759
+
FLAGNR(Boolean, BaselineMode , "Dump only stable content that can be used for baseline comparison", false)
759
760
FLAGNR(String, DumpOnCrash , "generate heap dump on asserts or unhandled exception if set", nullptr)
760
761
FLAGNR(String, FullMemoryDump , "Will perform a full memory dump when -DumpOnCrash is supplied.", nullptr)
0 commit comments