Skip to content
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

JS: Derive type-tracking steps from flow summaries #18125

Draft
wants to merge 5 commits into
base: js/shared-dataflow-branch
Choose a base branch
from

Conversation

asgerf
Copy link
Contributor

@asgerf asgerf commented Nov 27, 2024

Makes type-tracking aware of flow summaries whose callees can be found with getACallSimple(). This uses the SummaryTypeTracker library which I originally wrote for Ruby and which @yoff kindly ported to a parameterised module.

Apart from just being nice to have, part of the motivation for this is to be able to deprecate things like LegacyPreCallGraphStep and be able to present flow summaries as an alternative.

@github-actions github-actions bot added the JS label Nov 27, 2024
@asgerf asgerf added the no-change-note-required This PR does not need a change note label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant