-
@omershapira whats interesting to me is that in C#
newwill do both heap and stack allocation depending on whether the type is a valuetype or not. initobj is stack allocation, newobj is heap allocation.
new will do both heap and stack allocation depending on whether the type is a valuetype or not. initobj is stack allocation, newobj is heap allocation.