[GHC] #9577: String literals are wasting space
GHC
ghc-devs at haskell.org
Sat Dec 17 01:58:05 UTC 2016
#9577: String literals are wasting space
-------------------------------------+-------------------------------------
Reporter: xnyhps | Owner: xnyhps
Type: bug | Status: closed
Priority: low | Milestone: 8.2.1
Component: Compiler (NCG) | Version: 7.8.2
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Runtime | Test Case:
performance bug | codeGen/should_run/T9577
Blocked By: | Blocking:
Related Tickets: #12937, #12965 | Differential Rev(s): Phab:D1290
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"4026b452817e9d4241691c58d131904bd0eb1fec/ghc"
4026b452/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="4026b452817e9d4241691c58d131904bd0eb1fec"
Fix string merging with -split-sections
The added flags for string literal merging ended up printed in the
middle of the section name when -split-sections was enabled. Break it up
to put the flags after the name.
Test Plan: validate with SplitSections=YES
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2865
GHC Trac Issues: #9577
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9577#comment:25>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list