
#14208: Performance with O0 is much better than the default or with -O2, runghc performs the best -------------------------------------+------------------------------------- Reporter: harendra | Owner: osa1 Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.2.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Runtime | Unknown/Multiple performance bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by osa1): Just updated the previous comment: `toList` is never inlined, but when it's in the same module as the using code or marked as `INLINABLE` it gets specialized. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14208#comment:30 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler