summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToLlvm
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-09-26 20:57:11 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-22 20:18:11 -0400
commit1010c33bb8704fa55a82bc2601d5cae2e6ecc21f (patch)
treeb08836c1dafe6aef94afc14bcf34a31c7cdb783e /compiler/GHC/CmmToLlvm
parent0bf8980ec86cab8d605149bbf47ed2361e2d389e (diff)
downloadhaskell-1010c33bb8704fa55a82bc2601d5cae2e6ecc21f.tar.gz
Use ShortByteString for FastString
There are multiple reasons we want this: - Fewer allocations: ByteString has 3 fields, ShortByteString just has one. - ByteString memory is pinned: - This can cause fragmentation issues (see for example #13110) but also - makes using FastStrings in compact regions impossible. Metric Decrease: T5837 T12150 T12234 T12425
Diffstat (limited to 'compiler/GHC/CmmToLlvm')
0 files changed, 0 insertions, 0 deletions