Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
44671 commits behind the upstream repository.
  • Simon Marlow's avatar
    db0c13a4
    Count allocations more accurately · db0c13a4
    Simon Marlow authored
    The allocation stats (+RTS -s etc.) used to count the slop at the end
    of each nursery block (except the last) as allocated space, now we
    count the allocated words accurately.  This should make allocation
    figures more predictable, too.
    
    This has the side effect of reducing the apparent allocations by a
    small amount (~1%), so remember to take this into account when looking
    at nofib results.
    db0c13a4
    History
    Count allocations more accurately
    Simon Marlow authored
    The allocation stats (+RTS -s etc.) used to count the slop at the end
    of each nursery block (except the last) as allocated space, now we
    count the allocated words accurately.  This should make allocation
    figures more predictable, too.
    
    This has the side effect of reducing the apparent allocations by a
    small amount (~1%), so remember to take this into account when looking
    at nofib results.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Cmm.h 20.04 KiB