-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Implement local class hierarchy analysis for DDC #28801
Comments
Note, this should go ahead and assume #28809 is in effect. |
Any progress on this? |
Nope. I was pulled into strong mode work and haven't gotten to look at this yet. I'll try and start it today. |
any update here? |
The great irony of this bug is I had it implemented almost 2 years ago ;) probably that CL is wayyyyy too obsolete to be relevant now! Anyway I hope this one won't take very long. |
update: I'm getting really close on this one. Nearly finished implementation & shifting to testing it soon. |
Implement module-level class hierarchy analysis for DDC
We can use this to determine which private and non-escaping public fields can be safely devirtualized.
The text was updated successfully, but these errors were encountered: