[Git][ghc/ghc][wip/andreask/infer-bytecode] Apply 1 suggestion(s) to 1 file(s)

Andreas Klebinger (@AndreasK) gitlab at gitlab.haskell.org
Mon Feb 13 12:51:18 UTC 2023



Andreas Klebinger pushed to branch wip/andreask/infer-bytecode at Glasgow Haskell Compiler / GHC


Commits:
bddfe477 by Krzysztof Gogolewski at 2023-02-13T12:51:17+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -


1 changed file:

- compiler/GHC/Stg/InferTags.hs


Changes:

=====================================
compiler/GHC/Stg/InferTags.hs
=====================================
@@ -212,7 +212,7 @@ to the tagging of binders in certain situations than the StgToCmm code generator
 a) Tags for let-bindings:
 
   When compiling a binding for a constructor like `let x = Just True`
-  Weither or not `x` results in x pointing depends on the backend.
+  Whether `x` will be properly tagged depends on the backend.
   For the interpreter x points to a BCO which once
   evaluated returns a properly tagged pointer to the heap object.
   In the Cmm backend for the same binding we would allocate the constructor right



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bddfe477fb92549cff9d833d2a49af395177aab0
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/20230213/12836770/attachment.html>


More information about the ghc-commits mailing list