[TypeRecovery] Re-work for Fixed Iteration Strategy & Using POSSIBLE_TYPES#3733
Open
DavidBakerEffendi wants to merge 22 commits intomasterfrom
Open
[TypeRecovery] Re-work for Fixed Iteration Strategy & Using POSSIBLE_TYPES#3733DavidBakerEffendi wants to merge 22 commits intomasterfrom
POSSIBLE_TYPES#3733DavidBakerEffendi wants to merge 22 commits intomasterfrom
Conversation
…aph that is later absorbed
fabsx00
approved these changes
Oct 11, 2023
Contributor
Author
|
There appears to be something flaky about the tests. Will investigate further |
Contributor
Author
|
Update: Seems like method-level parallelism isn't causing the flakiness, and rather the file-level one. |
Contributor
Author
|
I think I am falling prey to technical debt. It may be good to start reworking this pass in general, visiting on a per-statement basis and keeping things simpler. There is a lot of noise coming from these heuristics, as they are not normalized nor controlled. It would be a good idea to also separate these heuristics and have them callable through some other mechanism. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Benefits
POSSIBLE_TYPESin order to avoid clashing with the must-style ofDYNAMIC_TYPE_HINT_FULL_NAMEBreaking Changes
<returnValue>.<indexAccess>.<indexAccess>.one needs an iteration count of at least 3.Fileand the pass will iterate throughMethodsfrom that file while checking variables captured in by a parent scope.Main Changes
GraphCacheobject to theTypeRecoveryStateNext Steps
TODO: Work towards a fully
ConcurrentWriterCpgPasssolution by expanding upon theGraphCacheTODO: Make use of
Declarationnodes in the symbol table to avoid many repeated AST crawlsCloses PR #3551
cc: @ml86 @max-leuthaeuser