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

Refactor Symtab::addSymbolToAggregate #1534

Merged
merged 2 commits into from Sep 21, 2023

Conversation

hainest
Copy link
Contributor

@hainest hainest commented Sep 21, 2023

This makes it easier to understand what's happening. It's still not clear why the region check is necessary.

This makes it easier to understand what's happening. It's still not
clear why the region check is necessary.
@hainest hainest added code cleanup Bring the code up to modern standards or remove deprecated features Symtab This issue is directly related to SymtabAPI labels Sep 21, 2023
@hainest hainest requested a review from kupsch September 21, 2023 17:00
@hainest hainest self-assigned this Sep 21, 2023
symtabAPI/src/Symtab.C Outdated Show resolved Hide resolved
@hainest hainest merged commit 861d427 into master Sep 21, 2023
2 checks passed
@hainest hainest deleted the thaines/refactor_addSymbolToAggregates branch September 21, 2023 19:53
hainest added a commit that referenced this pull request Sep 28, 2023
A function should only be added to everyFunction if it was not already
in funcsByOffset or if it lives in a different code region from the
function found with the same offset.

This was introduced by #1534.
hainest added a commit that referenced this pull request Sep 28, 2023
A function should only be added to everyFunction if it was not already
in funcsByOffset or if it lives in a different code region from the
function found with the same offset.

This was introduced by #1534.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Bring the code up to modern standards or remove deprecated features Symtab This issue is directly related to SymtabAPI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants