Skip to content

Commit f432437

Browse files
author
Sergey Andreenko
committed
Disable retyping by default.
1 parent a2f1b58 commit f432437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/src/jit/jitconfigvalues.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ CONFIG_INTEGER(JitSaveFpLrWithCalleeSavedRegisters, W("JitSaveFpLrWithCalleeSave
439439
#endif // defined(TARGET_ARM64)
440440
#endif // DEBUG
441441

442-
CONFIG_INTEGER(JitDoOldStructRetyping, W("JitDoOldStructRetyping"), 1) // Allow Jit to retype structs as primitive types
442+
CONFIG_INTEGER(JitDoOldStructRetyping, W("JitDoOldStructRetyping"), 0) // Allow Jit to retype structs as primitive types
443443
// when possible.
444444

445445
#undef CONFIG_INTEGER

0 commit comments

Comments
 (0)