This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ada] Re-enable -feliminate-unused-debug-types by default


> Nice.  I documented this for GCC 4.7 as follows.

Thanks.  However, "removed" is a bit of a misnomer since the option still 
exists in the compiler (the removal from gcc-interface/lang.opt is purely 
cosmetical).  Moreover, 12.5% is exactly 1/8.  So I'd suggest:

   <ul>
     <li>The command-line option <code>-feliminate-unused-debug-types</code>
-      has been removed.  Its behavior is the default now, leading to
-      a reduction in debug info size of 12% and more for relevant
-      cases.</li>
+      has been re-enabled by default, as it was for the other languages,
+      leading to a reduction in debug info size of 12.5% and more for
+      relevant cases, as well as to a small compilation speedup.</li>
   </ul>

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]