[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 2 commits: js: add JStg IR, remove unsaturated constructor
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Fri Oct 27 10:01:23 UTC 2023
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
c6e78b8e by doyougnu at 2023-10-27T06:01:02-04:00
js: add JStg IR, remove unsaturated constructor
- Major step towards #22736 and adding the optimizer in #22261
- - - - -
52de01d4 by Simon Peyton Jones at 2023-10-27T06:01:02-04:00
Fix a bug in tail calls with ticks
See #24078 for the diagnosis. The change affects only
the Tick case of occurrence analysis.
It's a bit hard to test, so no regression test (yet anyway).
- - - - -
11 changed files:
- compiler/GHC/Core/Opt/OccurAnal.hs
- + compiler/GHC/JS/Ident.hs
- + compiler/GHC/JS/JStg/Monad.hs
- compiler/GHC/JS/Unsat/Syntax.hs → compiler/GHC/JS/JStg/Syntax.hs
- compiler/GHC/JS/Make.hs
- compiler/GHC/JS/Ppr.hs
- compiler/GHC/JS/Syntax.hs
- compiler/GHC/JS/Transform.hs
- compiler/GHC/StgToJS/Apply.hs
- compiler/GHC/StgToJS/Arg.hs
- compiler/GHC/StgToJS/Closure.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ee493bfc0424b089ddd009bdde49da1c8c0c4f7e...52de01d47cb4cc4e1a1633aa95844bd0fe37b92e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ee493bfc0424b089ddd009bdde49da1c8c0c4f7e...52de01d47cb4cc4e1a1633aa95844bd0fe37b92e
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/20231027/423aee61/attachment.html>
More information about the ghc-commits
mailing list