Skip to content

Java: A few perf fixes for getASupertype*(). #7561

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

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

aschackmull
Copy link
Contributor

t.getASupertype*().getSourceDeclaration() and .getASourceSupertype*().getSourceDeclaration() are completely equivalent, but the latter is generally much faster to compute.

@aschackmull aschackmull requested a review from a team as a code owner January 11, 2022 12:36
@github-actions github-actions bot added the Java label Jan 11, 2022
@aschackmull aschackmull added the no-change-note-required This PR does not need a change note label Jan 11, 2022
@aschackmull aschackmull merged commit 61490e7 into github:main Jan 13, 2022
@aschackmull aschackmull deleted the java/misc-perf branch January 13, 2022 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java 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.

2 participants