-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-VM-meta-monoenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsgood first issueIssue should be easy to implement, good for first-time contributorsIssue should be easy to implement, good for first-time contributorshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Description
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
Labels
area-VM-meta-monoenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsgood first issueIssue should be easy to implement, good for first-time contributorsIssue should be easy to implement, good for first-time contributorshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged