Skip to content

Commit 9dcc7b1

Browse files
authored
JIT: Enable physical promotion by default (#88090)
Fix #6534 Fix #6707 Fix #7576 Fix #32415 Fix #58522 Fix #68797 Fix #71510 Fix #71565 Fix #76928
1 parent cc585f6 commit 9dcc7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/jitconfigvalues.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ CONFIG_INTEGER(JitCFGUseDispatcher, W("JitCFGUseDispatcher"), 2)
624624
CONFIG_INTEGER(JitEnableTailMerge, W("JitEnableTailMerge"), 1)
625625

626626
// Enable physical promotion
627-
CONFIG_INTEGER(JitEnablePhysicalPromotion, W("JitEnablePhysicalPromotion"), 0)
627+
CONFIG_INTEGER(JitEnablePhysicalPromotion, W("JitEnablePhysicalPromotion"), 1)
628628

629629
#if defined(DEBUG)
630630
// JitFunctionFile: Name of a file that contains a list of functions. If the currently compiled function is in the

0 commit comments

Comments
 (0)