Skip to content

Commit b1de5c4

Browse files
committed
Temp change to disable align loop
1 parent 5331f21 commit b1de5c4

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
@@ -250,7 +250,7 @@ CONFIG_INTEGER(EnableIncompleteISAClass, W("EnableIncompleteISAClass"), 0) // En
250250
#endif // defined(DEBUG)
251251

252252
#if FEATURE_LOOP_ALIGN
253-
CONFIG_INTEGER(JitAlignLoops, W("JitAlignLoops"), 1) // If set, align inner loops
253+
CONFIG_INTEGER(JitAlignLoops, W("JitAlignLoops"), 0) // If set, align inner loops
254254
#else
255255
CONFIG_INTEGER(JitAlignLoops, W("JitAlignLoops"), 0)
256256
#endif

0 commit comments

Comments
 (0)