Skip to content

Commit f02a695

Browse files
JIT: Enable RPO-based block layout by default (#102343)
1 parent 17e6a5f commit f02a695

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
@@ -771,7 +771,7 @@ RELEASE_CONFIG_INTEGER(JitEnablePhysicalPromotion, W("JitEnablePhysicalPromotion
771771
RELEASE_CONFIG_INTEGER(JitEnableCrossBlockLocalAssertionProp, W("JitEnableCrossBlockLocalAssertionProp"), 1)
772772

773773
// Do greedy RPO-based layout in Compiler::fgReorderBlocks.
774-
RELEASE_CONFIG_INTEGER(JitDoReversePostOrderLayout, W("JitDoReversePostOrderLayout"), 0);
774+
RELEASE_CONFIG_INTEGER(JitDoReversePostOrderLayout, W("JitDoReversePostOrderLayout"), 1);
775775

776776
// JitFunctionFile: Name of a file that contains a list of functions. If the currently compiled function is in the
777777
// file, certain other JIT config variables will be active. If the currently compiled function is not in the file,

0 commit comments

Comments
 (0)