Re: [GHC] #2747: Excessive Memory Usage: space leak with foldl' on Integer
#2747: Excessive Memory Usage: space leak with foldl' on Integer -------------------------------------+--------------------------------- Reporter: guest | Owner: igloo Type: merge | Status: closed Priority: normal | Milestone: 6.10.2 Component: Runtime System | Version: 6.10.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Test Case: | -------------------------------------+--------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"dd7e1880ae078a2d9f254dc5d8f330121e0ec291/ghc" dd7e1880/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="dd7e1880ae078a2d9f254dc5d8f330121e0ec291" Add framework flags when linking a dynamic library This fixes the GHC side of trac #10568. So `cabal install --ghc-options="-framework GLUT" GLUT` creates a correctly linked GLUT.dylib. We still need to explictly pass `--ghc-options="-framework GLUT"` because the Cabal side #10568 is not fixed. Update: the Cabal side of #10568 is fixed by [Cabal#2747](https://github.com/haskell/cabal/pull/2747) Test Plan: validate Reviewers: austin, rwbarton, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D1115 GHC Trac Issues: #10568 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/2747#comment:9> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC