http://d.puremagic.com/issues/show_bug.cgi?id=2642
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement ------- Comment #2 from [email protected] 2009-02-03 02:05 ------- Other possible optimizations: 1. Move zero memory to bss section and zero it at startup. Not only .inits contain zeroes, all static data does. 2. If zero data is invariant, different instances of this data can refer to the same memory location, though, if programmer casts one of these pointers to mutable data and overwrite it, this will cause disaster :) --
