<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:johannespfau@gmail.com" title="Johannes Pfau <johannespfau@gmail.com>"> <span class="fn">Johannes Pfau</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GDC writes all-zero initialisers in the rodata section"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=139">bug 139</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>johannespfau@gmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GDC writes all-zero initialisers in the rodata section"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=139#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GDC writes all-zero initialisers in the rodata section"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=139">bug 139</a>
              from <span class="vcard"><a class="email" href="mailto:johannespfau@gmail.com" title="Johannes Pfau <johannespfau@gmail.com>"> <span class="fn">Johannes Pfau</span></a>
</span></b>
        <pre>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.
<a href="http://forum.dlang.org/post/nadodelkzuwtrnquoove@forum.dlang.org">http://forum.dlang.org/post/nadodelkzuwtrnquoove@forum.dlang.org</a>

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>