[GHC] #13535: vector test suite uses excessive memory on GHC 8.2

GHC ghc-devs at haskell.org
Tue Apr 18 23:30:24 UTC 2017


#13535: vector test suite uses excessive memory on GHC 8.2
-------------------------------------+-------------------------------------
        Reporter:  RyanGlScott       |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  highest           |            Milestone:  8.2.1
       Component:  Compiler          |              Version:  8.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  performance bug                    |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #10800            |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by bgamari):

 > (incidentally, is Note [FloatOut inside INLINE] in SetLevels still
 correct? It doesn't seem to be referenced from anywhere)

 It actually appears that the logic associated with this note was
 refactored in,
 {{{
 commit c0fe534fbf3d3e30a6f35b355da86e6f18601348
 Author: simonpj at microsoft.com <unknown>
 Date:   Tue Apr 22 11:50:03 2008 +0000

     Fix a long-standing bug in FloatOut
 }}}
  and eventually removed in,
 {{{
 commit 72462499b891d5779c19f3bda03f96e24f9554ae
 Author: simonpj at microsoft.com <unknown>
 Date:   Thu Oct 29 14:30:51 2009 +0000

     The Big INLINE Patch: totally reorganise way that INLINE pragmas work
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13535#comment:20>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list