[Git][ghc/ghc][wip/decode_cloned_stack] Fix some tests

Sven Tennie (@supersven) gitlab at gitlab.haskell.org
Sat Jan 14 09:27:17 UTC 2023



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


Commits:
68c22dff by Sven Tennie at 2023-01-13T22:18:41+00:00
Fix some tests

- - - - -


2 changed files:

- rts/Heap.c
- rts/RtsSymbols.c


Changes:

=====================================
rts/Heap.c
=====================================
@@ -257,8 +257,6 @@ StgWord collect_pointers(StgClosure *closure, StgClosure *ptrs[]) {
 
 StgMutArrPtrs *heap_view_closurePtrs(Capability *cap, StgClosure *closure) {
     ASSERT(LOOKS_LIKE_CLOSURE_PTR(closure));
-    debugBelch("heap_view_closurePtrs : closure %p, printObj ", closure);
-    printObj(closure);
     StgWord size = heap_view_closureSize(closure);
 
     // First collect all pointers here, with the comfortable memory bound


=====================================
rts/RtsSymbols.c
=====================================
@@ -985,6 +985,7 @@ extern char **environ;
       SymI_HasDataProto(stg_unpack_cstring_info)                            \
       SymI_HasDataProto(stg_unpack_cstring_utf8_info)                       \
       SymI_HasDataProto(stg_upd_frame_info)                                 \
+      SymI_HasDataProto(stg_marked_upd_frame_info)                          \
       SymI_HasDataProto(stg_bh_upd_frame_info)                              \
       SymI_HasProto(suspendThread)                                      \
       SymI_HasDataProto(stg_takeMVarzh)                                     \



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/68c22dff6fd821ad3f2bdb64fdfb63f6bbdb18a1
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/20230114/6e4dd1a3/attachment.html>


More information about the ghc-commits mailing list