[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 06:20:47 UTC 2023



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


Commits:
d5dfe08b by doyougnu at 2023-10-27T02:20:43-04:00
js: add JStg IR, remove unsaturated constructor

- Major step towards #22736 and adding the optimizer in #22261

- - - - -
ee493bfc by Simon Peyton Jones at 2023-10-27T02:20:43-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/a61294493a1ef5c02b444c20c823a673fd19eecb...ee493bfc0424b089ddd009bdde49da1c8c0c4f7e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/a61294493a1ef5c02b444c20c823a673fd19eecb...ee493bfc0424b089ddd009bdde49da1c8c0c4f7e
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/38f61c04/attachment-0001.html>


More information about the ghc-commits mailing list