http://bugzilla.gdcproject.org/show_bug.cgi?id=139
Johannes Pfau <johannesp...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |NEW CC| |johannesp...@gmail.com Resolution|FIXED |--- --- Comment #4 from Johannes Pfau <johannesp...@gmail.com> --- Timo Sintonen noted that this is actually contra-productive at least on embedded systems. .bss is read-write storage whereas .rodata can be in readonly storage. http://forum.dlang.org/post/nadodelkzuwtrnquo...@forum.dlang.org I wonder whether the reason you don't see a difference in phobos is a string pooling optimization: I'd expect a clever linker to combine all .zero blocks in .rodata into one block with the size of the largest single block, then use 'slices' to that block. -- You are receiving this mail because: You are watching all bug changes.