Emit GC.AllocateUninitializedArray
for an initialized array creation expression
#61011
Labels
Area-Compilers
Code Gen Quality
Room for improvement in the quality of the compiler's generated code
Milestone
Right now a
newarr
immediately followed by the initialization (memberwise or block) is emitted which seem to be wasteful.The text was updated successfully, but these errors were encountered: