Zubin pushed to branch wip/9.10.2-final at Glasgow Haskell Compiler / GHC
Commits:
-
c9de16b5
by Zubin Duggal at 2025-05-01T18:48:01+05:30
1 changed file:
Changes:
... | ... | @@ -149,7 +149,7 @@ Runtime system |
149 | 149 | - Reduce fragmentation incurred by the non-moving GC's segment allocator. In one application this reduced resident
|
150 | 150 | set size by 26%. See :ghc-ticket:`24150`.
|
151 | 151 | |
152 | -- Emit warning when :ghc-flag:`-M` is less than :ghc-flag:`-H`.
|
|
152 | +- Emit warning when :rts-flag:`-M ⟨size⟩` is less than :rts-flag:`-H [⟨size⟩]`.
|
|
153 | 153 | |
154 | 154 | - Fix a bug ((:ghc-ticket:`24672`)) causing programms on FreeBSD to occasionally terminate with the error:
|
155 | 155 | ``internal error: Ticker: read(timerfd) failed with Operation not supported and returned -1``
|
... | ... | @@ -178,7 +178,7 @@ Build system and packaging |
178 | 178 | (From https://git.savannah.gnu.org/cgit/config.git/)
|
179 | 179 | |
180 | 180 | - GHC now distinguishes more between the Cmm and C preprocessor. The new flags
|
181 | - :ghc-flag:`-pgmCmmP` and :ghc-flag:`-optCmmP` can be used to control
|
|
181 | + :ghc-flag:`-pgmCmmP ⟨cmd⟩` and :ghc-flag:`-optCmmP ⟨option⟩` can be used to control
|
|
182 | 182 | the Cmm preprocessor. C preprocessor flags will still be passed to the Cmm
|
183 | 183 | preprocessor, expect for :ghc-flag:`-g` flags which have special handling. Fixes (:ghc-ticket:`24474`)
|
184 | 184 |