Skip to content

[metadata] Move MonoClass:inlinearray_value out of MonoClass #103913

@lambdageek

Description

@lambdageek

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-VM-meta-monoenhancementProduct code improvement that does NOT require public API changes/additionsgood first issueIssue should be easy to implement, good for first-time contributorshelp wanted[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is merged

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions