diff options
author | Ian Lynagh <igloo@earth.li> | 2012-07-15 00:10:27 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-07-15 00:36:53 +0100 |
commit | 509d2ad24e377b8f9d3487ab7a3b2c3d1d936eaa (patch) | |
tree | d4f450196a096549acbc2ee7a744da9f3f977f74 /rts | |
parent | 2f01debc33a3ba60feaf2f9add0778bbd2ab81c2 (diff) | |
download | haskell-509d2ad24e377b8f9d3487ab7a3b2c3d1d936eaa.tar.gz |
Add a separate FastZString type
FastStrings are now always UTF8-encoded.
There's no StringTable for FastZString, but I don't think one is needed.
We only ever make a FastZString by running zEncodeFS on a FastString,
and the FastStrings are shared via the FastString StringTable, so we get
the same FastZString from the IORef.
Diffstat (limited to 'rts')
0 files changed, 0 insertions, 0 deletions