[GHC] #16190: Speed up handling of large String literals
GHC
ghc-devs at haskell.org
Wed Jan 16 10:03:28 UTC 2019
#16190: Speed up handling of large String literals
-------------------------------------+-------------------------------------
Reporter: hsyl20 | Owner: (none)
Type: task | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by simonpj):
Do you really need a separate binary file? That seems a bit complicated...
Can't you just have literal data in the assembly file?
There are a bunch of other tickets about literal strings:
* #16014
* #15210
* #15113
* #13390
Would any of these get fixed?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16190#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list