ghc-lib-9.10.1.20240511: The GHC API, decoupled from GHC versions
Safe HaskellIgnore
LanguageGHC2021

GHC.Stg.BcPrep

Description

Prepare the STG for bytecode generation:

  • Ensure that all breakpoints are directly under a let-binding, introducing a new binding for those that aren't already.
  • Protect Not-necessarily lifted join points, see Note [Not-necessarily-lifted join points]

Documentation