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

TypeGraph: Make original fully qualified names available for Class types #182

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

ajor
Copy link
Contributor

@ajor ajor commented Jun 26, 2023

The worry about doing this earlier was performance, but on a further reading of the code, both legacy OICodeGen and new DrgnParser have been calling into drgn_type_fully_qualified_name() for every class for a long time already.

The worry about doing this earlier was performance, but on a further
reading of the code, both legacy OICodeGen and new DrgnParser have been
calling into drgn_type_fully_qualified_name() for every class for a long
time already.
@ajor ajor merged commit f5b5885 into facebookexperimental:main Jun 26, 2023
@ajor ajor deleted the fully-qualified-names branch June 26, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants