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

Matthew Pickering gitlab at gitlab.haskell.org
Wed Nov 18 16:30:44 UTC 2020



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


Commits:
34b03977 by Matthew Pickering at 2020-11-18T16:30:35+00:00
Profiling by info table mode (-hi)

- - - - -
e2436d98 by Matthew Pickering at 2020-11-18T16:30:35+00:00
IPE?

- - - - -
66cc88c2 by Matthew Pickering at 2020-11-18T16:30:35+00:00
Data Con info

- - - - -
1886fe3b by Matthew Pickering at 2020-11-18T16:30:35+00:00
Add whereFrom# primop

- - - - -
02618707 by Matthew Pickering at 2020-11-18T16:30:35+00:00
Add test for whereFrom#

- - - - -


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/2a7b71001e3baf98cba33e350fbf09254dbf35f9...02618707cd39b74d109de9e1c45c495eb8d5f340

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/2a7b71001e3baf98cba33e350fbf09254dbf35f9...02618707cd39b74d109de9e1c45c495eb8d5f340
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/20201118/df2fb7e8/attachment.html>


More information about the ghc-commits mailing list