[GHC] #8082: Ordering of assembly blocks affects performance

GHC ghc-devs at haskell.org
Wed May 10 00:16:07 UTC 2017


#8082: Ordering of assembly blocks affects performance
-------------------------------------+-------------------------------------
        Reporter:  jstolarek         |                Owner:  (none)
            Type:  bug               |               Status:  closed
        Priority:  normal            |            Milestone:
       Component:  Compiler (NCG)    |              Version:  7.6.3
      Resolution:  wontfix           |             Keywords:
Operating System:  Linux             |         Architecture:  x86_64
 Type of failure:  Runtime           |  (amd64)
  performance bug                    |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by bgamari):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 I don't really see what we can do about this. There are numerous reasons
 why code layout affects performance (e.g., see
 [[http://llvm.org/devmtg/2016-11/#talk2|this talk]] from the LLVM
 developers meeting) and tackling most of them is Very Hard.

 We can continue to chat on this ticket, but I'm going to close it as its
 not really actionable as-is.

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


More information about the ghc-tickets mailing list