inline arrays are quite infrequent. We have the is_inlinearray bit on MonoClass for fast checks, but inlinearray_value doesn't really need to be on every single MonoClass. We should move it to MonoClass:infrequent_data, or at least to MonoClassDef (since generic instances can't change a custom attribute value).
inline arrays are quite infrequent. We have the
is_inlinearraybit on MonoClass for fast checks, butinlinearray_valuedoesn't really need to be on every single MonoClass. We should move it toMonoClass:infrequent_data, or at least toMonoClassDef(since generic instances can't change a custom attribute value).