Skip to content

deduplicate redundant monomorphized generic functions #22421

Description

@camc314

making this so i don't forget

#22282 introduced timings for the linter.

From a very quick glance, this PR introduces a lot of generic code.
Rust monomorphizes generic functions which can bloat binary size.

We should:

  1. check if the binary size changed, and if so by how much.
  2. decide if the size change is acceptable and fix it not.

Metadata

Metadata

Assignees

Labels

Type

Fields

Priority

None yet

Effort

None yet

Start date

None yet

Target date

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions