[Git][ghc/ghc][wip/decode_cloned_stack] 2
Sven Tennie (@supersven)
gitlab at gitlab.haskell.org
Sun Jan 22 09:23:50 UTC 2023
Sven Tennie pushed to branch wip/decode_cloned_stack at Glasgow Haskell Compiler / GHC
Commits:
25487fee by Sven Tennie at 2023-01-22T09:23:37+00:00
2
- - - - -
1 changed file:
- rts/PrimOps.cmm
Changes:
=====================================
rts/PrimOps.cmm
=====================================
@@ -2510,7 +2510,7 @@ stg_unpackClosurezh ( P_ closure )
{
W_ info, ptrs, nptrs, p, ptrs_arr, dat_arr;
MAYBE_GC_P(stg_unpackClosurezh, closure);
- (info) = ccall getInfo(UNTAG(closure));
+ info = %GET_STD_INFO(UNTAG(closure));
prim_read_barrier;
ptrs = TO_W_(%INFO_PTRS(info));
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/25487feec60f93db6a1cbc94062ec41ba521fc6b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/25487feec60f93db6a1cbc94062ec41ba521fc6b
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/20230122/f3230f71/attachment.html>
More information about the ghc-commits
mailing list