-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TcSymbolUseData cleanup per #6084 #6089
Conversation
031f1a8
to
5b96683
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes requested above. You don't need to add specific tests for this
I checked the index logic, it's fine, suggested one improvement (but check it please! :) ) |
5b96683
to
ed22216
Compare
Ok, I made the suggested changes, including special-casing zero-length ResizeArrays. |
@baronfel Is this still WIP? (note: I changed the title earlier for when it still was) |
It's no longer WIP pending @dsyme accepting the changes made from his reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the change. Let's get a @TIHan review since he's recently also been looking at array chunking for other things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and a conservative approach.
Thank you. |
This reverts commit 7584974
This reverts commit 7584974
This reverts commit 7584974.
This reverts commit 7584974.
This reverts commit 7584974.
This reverts commit 7584974.
This reverts commit 7584974.
This reverts commit 7584974.
This reverts commit 7584974.
This is the start of fixing #6084 according to the suggestions in that thread about chunking the ResizeArray. I need to do testing locally as well but I'll have to boot up my windows machine and get a dev environment set up so it could take a minute.
I'm mostly putting this out to verify the approach/get CI validation as I continue working to clean it up and get to a good final solution.
TODO: