[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 3 commits: SpecConstr: Introduce a separate argument limit for forced specs.
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon Sep 30 21:43:24 UTC 2024
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
373a7b7a by Andreas Klebinger at 2024-09-30T17:42:47-04:00
SpecConstr: Introduce a separate argument limit for forced specs.
We used to put no limit at all on specializations forced via the SPEC
argument. This isn't always reasonable so we introduce a very high limit
that applies to forced specializations, a flag to control it, and we now
emit a warning if we fail a specialization because we exceed the
warning.
Fixes #25197
- - - - -
6f8b2498 by Andreas Klebinger at 2024-09-30T17:42:48-04:00
ghc-experimental: Expose primops and ghc extensions via GHC.PrimOps
This will be the new place for functions that would have gone into
GHC.Exts in the past but are not stable enough to do so now.
Addresses #25242
- - - - -
6bdc9630 by Sylvain Henry at 2024-09-30T17:43:02-04:00
RTS: cleanup timerfd file descriptors after a fork (#25280)
When we init a timerfd-based ticker, we should be careful to cleanup the
old file descriptors (e.g. after a fork).
- - - - -
9 changed files:
- compiler/GHC/Core/Opt/SpecConstr.hs
- compiler/GHC/Driver/DynFlags.hs
- compiler/GHC/Driver/Session.hs
- docs/users_guide/using-optimisation.rst
- libraries/base/src/GHC/Exts.hs
- libraries/ghc-experimental/ghc-experimental.cabal.in
- + libraries/ghc-experimental/src/GHC/PrimOps.hs
- libraries/ghc-internal/src/GHC/Internal/Exts.hs
- rts/posix/ticker/TimerFd.c
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f678355cebdc1432e52514ecf8f27dd5066ccead...6bdc963078be47ba1807ce9d135f76918b82a362
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f678355cebdc1432e52514ecf8f27dd5066ccead...6bdc963078be47ba1807ce9d135f76918b82a362
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240930/774af275/attachment.html>
More information about the ghc-commits
mailing list