Conversation
|
Changes to the code generated for builtin derived traits. cc @nnethercote |
|
r? @mati865 rustbot has assigned @mati865. Use Why was this reviewer chosen?The reviewer was selected based on:
|
| @@ -2,15 +2,15 @@ macro-stats ==================================================================== | |||
| macro-stats MACRO EXPANSION STATS: macro_stats | |||
| macro-stats Macro Name Uses Lines Avg Lines Bytes Avg Bytes | |||
| macro-stats ----------------------------------------------------------------------------------- | |||
| macro-stats #[derive(Clone)] 8 67 8.4 1_879 234.9 | |||
| macro-stats #[derive(Clone)] 8 67 8.4 1_895 236.9 | |||
There was a problem hiding this comment.
this test shows a slight increase in size, but that is only because the types in the test all have one-or-two-letter names
|
@bors try @rust-timer queue |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
This comment has been minimized.
This comment has been minimized.
even more cleanups for `rustc_builtin_macros`
|
Queued 34797f1 with parent 76af58f, future comparison URL. |
|
@cyrgani: The |
Followup to #162234 with more cleanups and perf improvements.