[GHC] #11486: info tables are no longer aligned

GHC ghc-devs at haskell.org
Wed Jan 27 10:30:51 UTC 2016


#11486: info tables are no longer aligned
-------------------------------------+-------------------------------------
        Reporter:  rwbarton          |                Owner:
            Type:  bug               |               Status:  patch
        Priority:  high              |            Milestone:  8.0.1
       Component:  Compiler          |              Version:  8.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):  Phab:D1847
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Ben Gamari <ben@…>):

 In [changeset:"0dc7b36c3c261b3eccf8460581fcd3d71f6e6ff6/ghc"
 0dc7b36c/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="0dc7b36c3c261b3eccf8460581fcd3d71f6e6ff6"
 Restore original alignment for info tables

 This was broken in 4a32bf925b8aba7885d9c745769fe84a10979a53, meaning
 that info tables and subsequent code are no longer guaranteed to have
 the recommended alignment.  Split up the section header and section
 alignment printers, and print an appropriate alignment directive before
 each info table.

 Fixes Trac #11486

 Reviewers: austin, bgamari, rwbarton

 Reviewed By: bgamari, rwbarton

 Subscribers: thomie

 Differential Revision: https://phabricator.haskell.org/D1847

 GHC Trac Issues: #11486
 }}}

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


More information about the ghc-tickets mailing list