
Did you look at the amount of heap the compiler allocated? It's easily discoverable (eg use +RTS -s, and it's in the nofib logs too, though I don't think nofib-analyse looks for it. (You could fix nofib-analyse so
#8409: nofib-analyse -------------------------------------------+------------------------------- Reporter: leroux | Owner: Type: feature request | Status: new Priority: normal | Milestone: 7.8.1 Component: NoFib benchmark suite | Version: 7.6.3 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Easy (less than 1 hour) | Type of failure: Blocked By: | None/Unknown Related Tickets: | Test Case: | Blocking: -------------------------------------------+------------------------------- In response to comment:13:ticket:8173: that it does.) Teach nofib to include allocation info (from module compilation time). -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8409 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8409: nofib-analyse: compile allocations -------------------------------------+------------------------------------- Reporter: leroux | Owner: leroux Type: feature request | Status: new Priority: normal | Milestone: 7.8.1 Component: NoFib benchmark | Version: 7.6.3 suite | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: Unknown/Multiple | Difficulty: Easy (less than 1 Type of failure: None/Unknown | hour) Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------- Changes (by leroux): * owner: => leroux -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8409#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8409: nofib-analyse: compile allocations -------------------------------------+------------------------------------- Reporter: leroux | Owner: leroux Type: feature request | Status: patch Priority: normal | Milestone: 7.8.1 Component: NoFib benchmark | Version: 7.6.3 suite | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: Unknown/Multiple | Difficulty: Easy (less than 1 Type of failure: None/Unknown | hour) Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------- Changes (by leroux): * status: new => patch Comment: Since this is the first time I'm touching the nofib benchmarking suite, it'd be tremendously helpful if someone could meticulously review the patch I've attached (attachment:nofib-compile-time-allocation.patch). -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8409#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC