-
Notifications
You must be signed in to change notification settings - Fork 462
Convert more flag-type arrays to use BitSets #5931
Copy link
Copy link
Labels
code maintenanceIssues that are not user facing, but are related the technical debt with the code itselfIssues that are not user facing, but are related the technical debt with the code itselfdata transformCall tree transformations, e.g. Merge Function, Focus functionCall tree transformations, e.g. Merge Function, Focus function
Description
I was reviewing #5916 which was starting to use BitSets for the shouldKeepStack array. Then I thought we could audit more places and see if there are other places that we can switch to it.
So far I noticed 3 places:
stackContainsFuncindropFunctiontransformisInCollapsedSubtreeincollapseFunctionSubtreetransformancestorOfCallNodeContainsFuncToCheckinfuncHasRecursiveCall
I didn't check fully but I think it would be nice to start with them and then convert more if we think there are more.
┆Issue is synchronized with this Jira Task
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code maintenanceIssues that are not user facing, but are related the technical debt with the code itselfIssues that are not user facing, but are related the technical debt with the code itselfdata transformCall tree transformations, e.g. Merge Function, Focus functionCall tree transformations, e.g. Merge Function, Focus function