[Git][ghc/ghc][wip/decode_cloned_stack] Remove debug belch

Sven Tennie (@supersven) gitlab at gitlab.haskell.org
Sat Feb 4 19:37:24 UTC 2023



Sven Tennie pushed to branch wip/decode_cloned_stack at Glasgow Haskell Compiler / GHC


Commits:
b740db45 by Sven Tennie at 2023-02-04T19:37:05+00:00
Remove debug belch

- - - - -


1 changed file:

- rts/sm/Sanity.c


Changes:

=====================================
rts/sm/Sanity.c
=====================================
@@ -62,7 +62,6 @@ checkSmallBitmap( StgPtr payload, StgWord bitmap, uint32_t size )
 {
     uint32_t i;
 
-    debugBelch("checkSmallBitmap - payload %p , bitmap %lu, size %u\n", payload, bitmap, size);
     for(i = 0; i < size; i++, bitmap >>= 1 ) {
         if ((bitmap & 1) == 0) {
             checkClosureShallow((StgClosure *)payload[i]);



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b740db459e6457f4d617c6779ee3b76867e49f18
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/20230204/93f92ec9/attachment.html>


More information about the ghc-commits mailing list