[Git][ghc/ghc][wip/T23479] Add STG debug from JS Sinker

Serge S. Gulin (@gulin.serge) gitlab at gitlab.haskell.org
Sat Sep 14 22:15:38 UTC 2024



Serge S. Gulin pushed to branch wip/T23479 at Glasgow Haskell Compiler / GHC


Commits:
ea4e6427 by Serge S. Gulin at 2024-09-15T01:15:30+03:00
Add STG debug from JS Sinker

- - - - -


1 changed file:

- compiler/GHC/Driver/Session.hs


Changes:

=====================================
compiler/GHC/Driver/Session.hs
=====================================
@@ -1516,7 +1516,7 @@ dynamic_flags_deps = [
   , make_ord_flag defGhcFlag "ddump-stg-tags"
         (setDumpFlag Opt_D_dump_stg_tags)
   , make_ord_flag defGhcFlag "ddump-stg-from-js-sinker"
-        (setDumpFlag Opt_D_dump_stg_tags)
+        (setDumpFlag Opt_D_dump_stg_from_js_sinker)
   , make_ord_flag defGhcFlag "ddump-call-arity"
         (setDumpFlag Opt_D_dump_call_arity)
   , make_ord_flag defGhcFlag "ddump-exitify"



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ea4e6427efb57849fe6ef8faa6cd861bee15369f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ea4e6427efb57849fe6ef8faa6cd861bee15369f
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/20240914/c8687db1/attachment.html>


More information about the ghc-commits mailing list