[Git][ghc/ghc][wip/ncg-simd] WIP: try to fix T25169 using Plan A.
sheaf (@sheaf)
gitlab at gitlab.haskell.org
Thu Aug 29 09:37:27 UTC 2024
sheaf pushed to branch wip/ncg-simd at Glasgow Haskell Compiler / GHC
Commits:
6e5610af by sheaf at 2024-08-29T11:36:50+02:00
WIP: try to fix T25169 using Plan A.
TODO: documentation and notes.
-------------------------
Metric Increase:
T10421
T12425
T1969
T9198
-------------------------
- - - - -
30 changed files:
- compiler/GHC/ByteCode/Asm.hs
- compiler/GHC/Cmm/CallConv.hs
- compiler/GHC/Cmm/Expr.hs
- compiler/GHC/Cmm/Lexer.x
- compiler/GHC/Cmm/Parser.y
- compiler/GHC/StgToByteCode.hs
- compiler/GHC/StgToCmm/ArgRep.hs
- compiler/GHC/StgToCmm/Foreign.hs
- compiler/GHC/StgToCmm/Layout.hs
- hadrian/src/Settings/Packages.hs
- libraries/ghc-heap/tests/stack_misc_closures_c.c
- rts/AutoApply.h
- + rts/CheckVectorSupport.c
- + rts/CheckVectorSupport.h
- rts/CloneStack.c
- rts/HeapStackCheck.cmm
- rts/Interpreter.c
- + rts/Jumps.h
- + rts/Jumps_D.cmm
- + rts/Jumps_V16.cmm
- + rts/Jumps_V32.cmm
- + rts/Jumps_V64.cmm
- rts/Printer.c
- rts/RtsStartup.c
- rts/RtsSymbols.c
- rts/StgMiscClosures.cmm
- rts/Threads.c
- rts/include/stg/MiscClosures.h
- rts/rts.cabal
- rts/sm/Sanity.c
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6e5610af201f6ec40c6b2a0751870c0c73821517
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6e5610af201f6ec40c6b2a0751870c0c73821517
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/20240829/72d174c6/attachment.html>
More information about the ghc-commits
mailing list