[Git][ghc/ghc][wip/con-info] 6 commits: Profiling by info table mode (-hi)

Matthew Pickering gitlab at gitlab.haskell.org
Mon Nov 23 11:11:27 UTC 2020



Matthew Pickering pushed to branch wip/con-info at Glasgow Haskell Compiler / GHC


Commits:
e23d191b by Matthew Pickering at 2020-11-23T10:38:50+00:00
Profiling by info table mode (-hi)

- - - - -
82066ddd by Matthew Pickering at 2020-11-23T10:38:51+00:00
IPE?

- - - - -
b3839dc1 by Matthew Pickering at 2020-11-23T10:40:40+00:00
Data Con info

- - - - -
57888e5d by Matthew Pickering at 2020-11-23T10:42:09+00:00
Add whereFrom# primop

- - - - -
0edc43a6 by Matthew Pickering at 2020-11-23T10:42:09+00:00
Add test for whereFrom#

- - - - -
d23b9858 by Matthew Pickering at 2020-11-23T10:42:09+00:00
release notes

- - - - -


30 changed files:

- compiler/GHC/Builtin/primops.txt.pp
- compiler/GHC/Cmm/CLabel.hs
- compiler/GHC/CoreToStg.hs
- compiler/GHC/Driver/CodeOutput.hs
- compiler/GHC/Driver/Flags.hs
- compiler/GHC/Driver/Hooks.hs
- compiler/GHC/Driver/Main.hs
- compiler/GHC/Driver/Session.hs
- compiler/GHC/Stg/CSE.hs
- + compiler/GHC/Stg/Debug.hs
- compiler/GHC/Stg/DepAnal.hs
- compiler/GHC/Stg/FVs.hs
- compiler/GHC/Stg/Lift.hs
- compiler/GHC/Stg/Lift/Analysis.hs
- compiler/GHC/Stg/Lift/Monad.hs
- compiler/GHC/Stg/Lint.hs
- compiler/GHC/Stg/Stats.hs
- compiler/GHC/Stg/Syntax.hs
- compiler/GHC/Stg/Unarise.hs
- compiler/GHC/StgToCmm.hs
- compiler/GHC/StgToCmm/Bind.hs
- compiler/GHC/StgToCmm/Closure.hs
- compiler/GHC/StgToCmm/DataCon.hs
- compiler/GHC/StgToCmm/Expr.hs
- compiler/GHC/StgToCmm/Monad.hs
- compiler/GHC/StgToCmm/Prim.hs
- compiler/GHC/StgToCmm/Prof.hs
- compiler/GHC/StgToCmm/Utils.hs
- + compiler/GHC/Types/IPE.hs
- compiler/GHC/Types/SrcLoc.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/c5dd1cf18c7c1cc5f90560cf1154daf1f0f86f61...d23b9858b5306fef2e2f2371f08ca4a7c06e31de

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/c5dd1cf18c7c1cc5f90560cf1154daf1f0f86f61...d23b9858b5306fef2e2f2371f08ca4a7c06e31de
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/20201123/57697a53/attachment.html>


More information about the ghc-commits mailing list