Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Cheng Shao's avatar
    c1e3719c
    rts: drop stale mentions of MIN_UPD_SIZE · c1e3719c
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    We used to have MIN_UPD_SIZE macro that describes the minimum reserved
    size for thunks, so that the thunk can be overwritten in place as
    indirections or blackholes. However, this macro has not been actually
    defined or used anywhere since a long time ago; StgThunkHeader already
    reserves a padding word for this purpose. Hence this patch which drops
    stale mentions of MIN_UPD_SIZE.
    c1e3719c
    History
    rts: drop stale mentions of MIN_UPD_SIZE
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    We used to have MIN_UPD_SIZE macro that describes the minimum reserved
    size for thunks, so that the thunk can be overwritten in place as
    indirections or blackholes. However, this macro has not been actually
    defined or used anywhere since a long time ago; StgThunkHeader already
    reserves a padding word for this purpose. Hence this patch which drops
    stale mentions of MIN_UPD_SIZE.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.