File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
//@ check-pass
2
2
//@ compile-flags: -Zhir-stats
3
- //@ only-x86_64
3
+ //@ only-64bit
4
4
// layout randomization affects the hir stat output
5
5
//@ needs-deterministic-layouts
6
6
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ ast-stats-1 - Enum 136 ( 2.0%) 1
53
53
ast-stats-1 - Fn 272 ( 4.1%) 2
54
54
ast-stats-1 - Use 408 ( 6.1%) 3
55
55
ast-stats-1 ----------------------------------------------------------------
56
- ast-stats-1 Total 6_640
56
+ ast-stats-1 Total 6_640 116
57
57
ast-stats-1
58
58
ast-stats-2 POST EXPANSION AST STATS
59
59
ast-stats-2 Name Accumulated Size Count Item Size
@@ -113,7 +113,7 @@ ast-stats-2 - ForeignMod 136 ( 1.9%) 1
113
113
ast-stats-2 - Fn 272 ( 3.7%) 2
114
114
ast-stats-2 - Use 544 ( 7.5%) 4
115
115
ast-stats-2 ----------------------------------------------------------------
116
- ast-stats-2 Total 7_288
116
+ ast-stats-2 Total 7_288 127
117
117
ast-stats-2
118
118
hir-stats HIR STATS
119
119
hir-stats Name Accumulated Size Count Item Size
@@ -174,5 +174,5 @@ hir-stats - Use 352 ( 3.9%) 4
174
174
hir-stats Path 1_240 (13.7%) 31 40
175
175
hir-stats PathSegment 1_920 (21.3%) 40 48
176
176
hir-stats ----------------------------------------------------------------
177
- hir-stats Total 9_024
177
+ hir-stats Total 9_024 180
178
178
hir-stats
You can’t perform that action at this time.
0 commit comments