[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 5 commits: SpecConstr: Introduce a separate argument limit for forced specs.

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Tue Oct 1 09:54:52 UTC 2024



Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
9db94449 by Andreas Klebinger at 2024-10-01T05:54:39-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

- - - - -
d941d01a by Andreas Klebinger at 2024-10-01T05:54:39-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

- - - - -
446844a0 by Sylvain Henry at 2024-10-01T05:54:42-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).

- - - - -
a9c80f03 by Rodrigo Mesquita at 2024-10-01T05:54:43-04:00
determinism: Deterministic MonadGetUnique LlvmM

Update LlvmM to thread a unique deterministic supply (using UniqDSMT),
and use it in the MonadGetUnique instance.

This makes uniques sampled from LlvmM deterministic, which guarantees
object determinism with -fllvm.

Fixes #25274

- - - - -
b7ddcae7 by Matthew Pickering at 2024-10-01T05:54:44-04:00
Bump LLVM upper bound to allow LLVM 19

Also bumps the ci-images commit so that the deb12 images uses LLVM 19
for testing.

-------------------------
Metric Decrease:
    size_hello_artifact_gzip
    size_hello_unicode_gzip
-------------------------

Fixes #25295

- - - - -


13 changed files:

- .gitlab-ci.yml
- compiler/GHC/CmmToLlvm.hs
- compiler/GHC/CmmToLlvm/Base.hs
- compiler/GHC/Core/Opt/SpecConstr.hs
- compiler/GHC/Driver/DynFlags.hs
- compiler/GHC/Driver/Session.hs
- configure.ac
- 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/1bb257ae0b9d888c00d21bdc4e34480531f7d83a...b7ddcae7304e9bbdedf4aee2ea315dc24f9024e8

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1bb257ae0b9d888c00d21bdc4e34480531f7d83a...b7ddcae7304e9bbdedf4aee2ea315dc24f9024e8
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/20241001/e020781b/attachment.html>


More information about the ghc-commits mailing list