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

ref(symcache): Slightly generalize function processing #637

Merged
merged 5 commits into from
Jul 26, 2022

Conversation

loewenheim
Copy link
Contributor

Currently, process_symbolic_function relies on the property that all line records of an inlinee must also be present in the parent. This relaxes this condition so that the inlinee's line records don't have to occur in the parent exactly, but instead only need to be covered by line records in the parent.

Currently, `process_symbolic_function` relies on the property that all line
records of an inlinee must also be present in the parent. This relaxes this
condition so that the  inlinee's line records don't have to occur exactly in
the parent, but instead only need to be covered by line records in the parent.
@Swatinem Swatinem enabled auto-merge (squash) July 26, 2022 12:10
@Swatinem Swatinem merged commit a0360d3 into master Jul 26, 2022
@Swatinem Swatinem deleted the ref/symcache-functions branch July 26, 2022 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants