On Tue, May 15, 2012 at 9:23 PM, David Nadlinger <see@klickverbot.at> wrote:
On Tuesday, 15 May 2012 at 16:22:22 UTC, Dmitry Olshansky wrote:
Moreover compiler can do some extra string pooling iff zero termination goes away. Like:
"Hello World!" & "Hello" sharing the same piece of ROM.

Has anyone actually done some research on how much space this could actually save in practice?

David

It can't be accurately measured, because the number of string literals available at a single compiler pass is vastly varying.

--
Bye,
Gor Gyolchanyan.