We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b0519 commit d6370abCopy full SHA for d6370ab
src/coreclr/jit/objectalloc.h
@@ -340,8 +340,8 @@ inline bool ObjectAllocator::CanAllocateLclVarOnStack(unsigned int lclNu
340
#ifdef DEBUG
341
enableBoxedValueClasses = (JitConfig.JitObjectStackAllocationBoxedValueClass() != 0);
342
enableRefClasses = (JitConfig.JitObjectStackAllocationRefClass() != 0);
343
- enableArrays = (JitConfig.JitObjectStackAllocationArray() != 0);
344
#endif
+ enableArrays = (JitConfig.JitObjectStackAllocationArray() != 0);
345
346
unsigned classSize = 0;
347
0 commit comments