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

Update details of polymorphization working group #342

Merged

Conversation

davidtwco
Copy link
Member

This PR updates the details of the polymorphization working group now that my master's project has finished.

Merge alongside rust-lang/team#398.

Signed-off-by: David Wood <david@davidtw.co>
@lcnr
Copy link
Contributor

lcnr commented Aug 5, 2020

Isn't this step already implemented now 😆

@davidtwco
Copy link
Member Author

  • Initially, implement an analysis to detect when type parameters are unused in functions, closures
    and methods; and integrate this analysis into the monomorphization infrastructure so that less
    copies of functions are redundantly made (this addresses rust-lang/rust#46477).

Isn't this step already implemented now laughing

I guess it's technically implemented, but given that we've not enabled it yet, I've left this in.

@Mark-Simulacrum Mark-Simulacrum merged commit c59dbd1 into rust-lang:master Aug 10, 2020
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.

3 participants