Simon Jakobi pushed to branch wip/sjakobi/T27602 at Glasgow Haskell Compiler / GHC
Commits:
-
a4ddab82
by Simon Jakobi at 2026-08-15T11:54:49+02:00
1 changed file:
Changes:
| ... | ... | @@ -133,7 +133,8 @@ test('T9020', |
| 133 | 133 | |
| 134 | 134 | test('T9675',
|
| 135 | 135 | [ only_ways(['optasm']),
|
| 136 | - collect_compiler_residency(15),
|
|
| 136 | + # Demo-only: tightened from 15 so natural residency jitter fails.
|
|
| 137 | + collect_compiler_residency(2),
|
|
| 137 | 138 | collect_compiler_stats('bytes allocated',2),
|
| 138 | 139 | ],
|
| 139 | 140 | compile,
|